How to get the display name of a single field (solution)
FYI: string Field_Display_Name(string form, string field_link_name) { url = "https://creator.zoho.com/api/v2/" + zoho.adminuser + "/" + zoho.appname + "/form/" + form + "/fields"; // allcreatorscopes is an internal API connection with ALL Creator scopes
Create a Folder in Google Drive via API
Hello, I am trying to create a folder in Google Drive via API with below code: drive_map = Map(); drive_map.put("mimeType","application/vnd.google-apps.folder"); drive_map.put("name","folder name here"); response = postUrl("https://www.googleapis.com/drive/v3/files?key=API_KEY",drive_map); But I am getting this error. {"error":{"code":401,"message":"Login Required","errors":[{"reason":"required","domain":"global","locationType":"header","location":"Authorization","message":"Login Required"}]}}
How can I delete a calendar event?
Hi, I know there is a way to add an event via deluge function "zoho.calendar.createEvent", but how can I delete an event?
Zoho Desk Attachment
I have a form in Creator that collects information and creates a ticket in Desk. I would also like to attach a file to the ticket using the File Upload form input, but I am not finding much information on how to make that API call. My code for the Create
Lots of edits in creator
Is it possible to do lots of editing, easily in creator? For example, in regular spreadsheets you can copy/paste multiple cells, drag stuff around, single click for editing. Can we have that same thing in creator? Perhaps like the crm - you can edit account info in sheets. "Edit this view in sheets" -> will have it export to sheets, then import back. Being able to download the view into microsoft excel, edit, then save would be amazing. Thanks! avimar
Custom actions for additional reports from same form
I have created additional custom reports from the same form, e.g. pending payment, showing only payment records where the status is "PENDING". I cannot get custom actions to appear for the items in this report. I already have actions that appear based
Populate a dropdown with data from another Zoho Module
Hello, I'm quite a newbie with Zoho Creator but I have a simple use case which I can't succesfully achieve. My request is quite simple. I would like to populate in my application a dropdown with data from another Zoho Module. Actually the list of vendors
API assistance for creating subscription in Zoho Subscriptions
Hi, I have the below code in zoho creator in order to create a new subscription in Zoho Subscriptions when a customer signs up. Could you please assist in editing this code so that when a customer uses an email address that already exists in zoho subscriptions
How To Set Report Column Width in Creator 5
In previous versions of Creator, report design included the ability to specify specific field widths for each column in a report (browser). That capability seems to have gone away in 5. I have a report in which one of the columns may have a lot of text
Zoho Creator and Zoho Subscriptions Connection: How to show Customer Portal User their order information upon first login?
We have Zoho Subscriptions connected to Zoho Creator via Zoho Flow. When a person purchases a new subscription on our website, via Zoho Subscriptions Hosted Payment Page, two things happen: 1. Zoho Flow: When a new subscription is added in Zoho Subscriptions,
Kiosk mode for Creator on Android
Hi, I was wondering here is a kiosk mode or if anyone had found a work around to set up a kiosk mode in Creator on an android device?
Migrating to C6 - Old Sharing
I want to migrate to Creator 6 but it says I'm ineligible. I've narrowed the reason down to: Old sharing "Some of the applications in your account uses old sharing (C4) which cannot be migrated to the new sharing. Migration of these old sharing into the
Request user data via Deluge - Input field (no form)
Hi, for instance it is possible via blueprint at Desk, even w/o Deluge, to ask the user for data, let's "Enter SerialNr". Is it possible to request data from user in Creator via an input field, which is not generated with a form, instead directly into
MORE_THAN_MAX_OCCURANCE
type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception com.adventnet.iam.security.IAMSecurityException: MORE_THAN_MAX_OCCURANCE
com.adventnet.iam.security.ParameterRule.validateParam(ParameterRule.java:377)
com.adventnet.iam.security.ParameterRule.validate(ParameterRule.java:306)
com.adventnet.iam.security.SecurityFilter.validateURLRule(SecurityFilter.java:380)
com.adventnet.iam.security.SecurityFilter.doFilter(SecurityFilter.java:97)
com.adventnet.iam.mickey.MickeyUserFilter.doFilter(MickeyUserFilter.java:88)
Question about Zoho Creator Customer Portal Capability
Hello. Can I utilize the customer portal from within zoho creator to charge credit card payments from the portal users monthly and/or annually? I'm trying to understand if the customer portal is only for adding/editing/deleting records OR if we can also
Only show items in lookup filed that have NOT already been used in a form
Hi, I have FORM A with a field "SIM" that is linked to the field "SIM" in FORM B. The challenge: A "SIM" record in FORM-B can only be used/linked ONCE in a single record in FORM-A, since lookup fields cannot be marked with "no duplicates" I would like
Mandatory field for non-admins
Is it possible to make a field mandatory only for non-admins. So if anyone is accessing it via a published form the field is mandatory but if an admin accessing the form via the application it can be left empty?
Time tracking from report by action button
Hi, I've created a report for time tracking by custom action button. My goal is that employees should use only the action button without entering the form for checking in and out, to make the flow as fast as possible. I'd need a new unfilled report for
Delete all records
Is there a way to delete all the records from an app or specific environment? I'm trying to publish something from Development to Stage but there's an error that I think is caused due to present data on Production, so I need to delete all records from
Function using old version of value on User Input
Can anybody help me to understand this? I have the following (embarassingly) simple workflow that triggers on user input of Estimated_Fee: input.Estimated_Fee_Per_Hour = input.Estimated_Fee / input.Estimated_Work_Time; This works perfectly: when editing
Field spacing on Creator 5
Sorry if this has been asked before. Is there a way to adjust the gap between fields on Creator 5
ZOHO Creator Credit Card Integration
Hi Is there any way to pass an amount field calculated in Zoho Creator to a third party Credit Card processing gateway such as Sagepay Thanks
How to add action on click on submit
Hi, How to add action on click of submit like below i am trying ; but i am getting only form submission option , where should i find this option Thanks and Regards, Sidhant A.
Debugging Javascript widget
Hi all, I am debugging problems in a JS/Vue widget from a Creator app which has C6 environments and also a portal, so when the widget returns into the Creator app, the URL has four possible variations. I'm struggling to test in the dev environment because
Calendar Year View?
Is there a way I can view the calendar in year view? Maybe create a page with a view like this?
Zoho Creator: "Custom Solution" help needed
Hello, I've been going back and forth with Zoho support for 4+ days now and hoping someone here can help me solve this instead. We've upgraded our Zoho One Account to include the ability to create & publish "custom solutions". However, Zoho keeps telling
New "Loading Animation" on web
The current loading animation is unclear at best when a user clicks on a menu item. The current animation is right under the app name header and stretches horizontally across the page. The animation seems to be sliding little boxes from left to right. Frankly, it looks like it was supposed to be a gradient, but the image never loaded. And it has been like this for years. See the current animation style here, I created a short little video: https://take.ms/abc7B My issue with this animation is that
Linking Radio Button field across two forms
I have a Radio Button called 'Status' with 3 choices in Form #1 (e.g. Active, Completed, Suspended). In Form #2, I want to refer to the Status Field in Form #1 and be able to change the Status field value in Form #2. When I change the Status value in
How to provide read access to creator apps for outside users
I would like one of our clients to view the data in an app we built using Creator. Is this possible without adding the external client as a paid user within Zoho?
Global Lists?
I'm interested to know if I can create one application that contains nothing but picklist data which I could reference from all other applications. For example, a list of countries and states. This data could be used across multiple applications but I only want to maintain the data from ONE application. Picklist Application Forms: countries states tax rates Application "A" Forms: Mailing List (name, address, city, state, zip, country) References states and countries from "Picklist" application Application
RSS Zoho Creator application
I am trying to get the RSS for my Zoho Creator application. I am confused about where I get the link from. I read this, but it really didn't help. "The RSS feed is automatically updated. Once you copy the link and submit it in a RSS feed reader you will be able to see the latest 25 records submitted. To see the entire records, add complete=true at end of the link. If your view is private, use the Enable Private Permalink option in the Export dialog, to get the private link. You will get a link
Change height of report embedded in page?
I have a page in Zoho Creator that contains a report that is embedded using <div elName='zc-component' viewLinkName='Open_Corrective_Actions' params='zc_Header=true'>Loading View...</div>. When viewing the page, the report is only about 15-20 rows high, and there is just empty space below it (see screenshot below). I was wondering if there was a way to make the embedded report fit the page, or increase the height of the div without publishing the report?
POST request - invalid content type "text;charset=UTF-8"
Hello, I am trying to update some records in our application. I am trying to do this with a POST request These are my configurations for PostMan URL: https://creator.zoho.com/api/USER/json/APP/view/BillingRequest_Report/record/update Parameters: authtoken: TOKEN scope: creatorapi Status: "MyStatus" cruteria: Mycriteria When I tried to execute this, I got a 200 response and the Status field was updated. But in Headers I can see that the Content-Type is text;charset=UTF-8 . This is a problem, since
Field value being set to blank
Users are reporting strange behaviour with the AGREEMENT form that contains an ASSET subform. Here are the steps to create the behaviour Go to https://creator.zoho.com/essistmgmt/assets/#View:CONTRACTED_ASSET_View. Note there are 29 records Edit the A059 record at https://creator.zoho.com/essistmgmt/assets/AGREEMENT/record-edit/AGREEMENT_View/896426000014604156/ Change some of the fields and update the form without adding or deleting from the subform Go to https://creator.zoho.com/essistmgmt/assets/#View:CONTRACTED_ASSET_View.
Lookup Field in Creator From CRM -- search doesn't work
Hello all, I have a Creator Form with a lookup field connected to CRM. It is connected to the Deals module. Until today it worked great, but now when someone tries to search for their deal in the creator form, no results appear when that deal definitely
Adjust embedded chart in zml snippet
Hello, on the help page (https://www.zoho.com/creator/newhelp/pages/parameters-for-page-elements.html#chart_param) I noticed that we can embed simple charts in zml snippets. That's the code: <chart type='Column' title='test' xtitle='X-Title' ytitle='Y-Title'
Permissions - form level restriction, edit restrictions
I'd like to restrict access to certain forms to admin users only. Is that possible to do at the form level? Is it possible to create read-only records? i.e. Once the record has been created, it is not possible to edit it. I am working in a sandbox right
Filtering an Analytics report when embedding it into Creator
I have a Creator app where organisations can track their projects for groups of young people. I want to report back to each organisation a nice set of stats about the impact of their projects and the young people's demographics, so I have created a dashboard
Clear and Add items in Dropdown in a Subform
Hi! Looking to use a List workfiow function as a spot where i can go to update a list that needs to be updated from time to time, and then list be used in various forms as the options in a drop down It is already working for standard form dropdowns: clear
OCR for PDF
Is there a way to OCR a PDF?
Next Page