Keyboard Shortcuts
Is there any way to make a keyboard shortcut to add a new record to a report?
The task has been terminated since the API call is taking too long to respond
Hi there, I am using Deluge with invokeurl to make several API calls within a loop. The API calls itself, when using Postman, are done within 2-3 seconds (all togehter). When using Deluge it does take much more time and ends up in "The task has been terminated
How to print a pivot table report (ZC 6)
Greetings, I hope this message finds everyone in good health and safety! I have created a Pivot Table report and it is functioning well. I would like to provide a "print" option for the user, which would load a view allowing the user to configure the
What is a line break code for zoho?
Hi, I am archiving data by adding values from a single line field from one form to a multi-line field in another form. So I need a code/function that starts a new line on that multi-line field so it does not just keep adding it on the same line. Example, doing something like this means that it will be on a same line. archive.field1 = archive.field1 + input.Field1 I need a code so the input.Field1 can just start on the next line. Instead of "value 1, 2,3,4,5" It will be: "1 2 3 4 etc.". something
Zoho Creator Form - Google Analytics Code
Hi there, Can you please advise where / how in my Zoho Creator Form workflow i may place a Google Analytics tracking code? I need to track the form submissions as an event in my Google Analytics account. Thanks, Emily
How to Sort a Collection(API data)?
So, I have something like this: versionList = Collection(); for each item in searchUrl.getJson("results") { year= item.getJson("year"); label= item.getJson("label"); catalog= item.getJson("catalog"); versionList.insert(year + label + catalog); } The only
Favicon for each app
I can see in the general company settings that I can set a favicon and a company name. But I need this to be different for all the creator apps I have developed - not just the same icon for all of them https://creator.zoho.eu/userhome/MYACCOUNT/dash
Zoho Creator
I have set up a workflow for sending an email upon successful deletion of an input ; this worked fine up until about a month ago. Since then it hasn't worked, can anybody assist?
Automatic Incrementing of Field in Form
Hello, I have an application that include a form comprised of several fields in ZOHO CREATOR , I would like the field labeled ORDERID to be automatically filled with a sequential number starting from 1 each time I fill out the form. How can I achieve
Tip 7: How to fetch data from another application?
Hi everyone, Following our Zoho Creator - Tips and Tricks series every fortnight, we are back today with a tip based on one of the most popular questions asked in our forum. This tip would help you fetch data from another application(App B) and use it
Report filter based on form input
I have a page with a form and a report on it. Is there any way, that when I select an input for the dropdown on the form, that the report would only show entries on the report that match the input?
Key Shortcut for New Record
I suggest a control-key combination that acts like the "ADD" button. Bruce "Speedy G" Peaslee The World's Fastest Programmer
Customizable Favicons for Zoho Creator Applications
Dear Zoho Creator Team, I'm writing to request a new feature: the ability to set custom favicons for individual Zoho Creator applications. Current Limitations: Currently, Zoho Creator only allows setting a single favicon at the organization level. This
Zoho Creator Upcoming Updates — March 2024
Hello all! Zoho Creator remains committed to enhancing your productivity and efficiency, and this month's update reflects that dedication. Here are the improvements coming your way this month! Voluminous data processing using batch workflows Importing
How to fetch data from Stringlist Checkboxes?
Hi team, I need your guidance on Zoho Creator. I have a stringlist called "Activity_Type" and it has 2 checkboxes: "Yes" and "No". I'm writing a Workflow IF condition depending on what the user chose (Yes or No), but the line of code below does not seem
How to get value from subform fields?
Hi all, I can't get or assign value to a subform field when the trigger is on "User input". "Harvested_Line" is a field in the subform. Snippet: lineList = List(); for each record in Lines[Parent_Farm == input.Farm] { lineList.add(record.ID); } row.Harvested_Line:ui.add(lineList);
How to load a Rich Text Field with information that is already formatted as a table?
I am trying to upload information from a subform to be displayed in a Rich Text Field. Ideally, I want the information to be uploaded as a table within the RTF. Is there any way to do this? If not, how do I print the information to the RTF and also have
"Invalid cliet task found" error while filtering Lookup Field values
Hi, I am encountering an error message, "Invalid clist task found," while trying to filter out the lookup values in Zoho Creator. Here is the script I am using: clear input.deploymentDate; availableDates = DeploymentWindows[availableDate> zoho.currentdate].availableDate.getAll();
Zoho Creator On-premise
Hi, Does anyone have experience with On-premise app development using ZC? I can see the documentation here but I can assume there are unwritten limitations and subjects we should be aware of. I would like to hear from your experience. Thanks, Naveh
How can I filter a field integration?
Hi, I have a field integration from CRM "Products" in a form, and I have three product Categories in CRM. I only need to see Products of a category. Thanks for you answers.
Mail Errors
Is there any way to know if there's been an error during the sending process? (i.e the receiver mail doesn't exists)
Consolidate Zoho Creator records to send via email.
I have been trying to figure something out for quite some time now but haven't had any luck. I need to consolidate multiple records from a Zoho Creator form into a single email based on certain criteria. For example, I have a form for which each record
Best way to display API data within a Creator Page?
I'm trying to build a Page that includes: statelessFormA w/ Lookup and text fields, a report view, and a section containing data from an API call. I've got statelessFormA and the report in place and the report is updating based on my inputs in the stateless
OpenUrl Button in Report not working when embedded in Page
I have a reportA with an action button that opens a reportB in a pop-up. It works when using reportA in stand alone mode. But when reportA is embedded via iframe in a Creator Page, the button does not work, I get the "failed to retrieve this report" message.
Registration forms
Is there a way I can specify that a field on the registration form is required so that the form cannot be submitted when there is no information entered for that field?
How to get zoho.loginuserid or loginuser in JS SDK Widget in Creator?
I want to use zoho.loginuserid and zoho.loginuser variables inside my JS widget. How to achieve this? Keeping in mind that these 2 are very important variables. Would parsing as parameters be an option?
Like Operator
What exactly is the "Like" operator in the report search options used for? I want to not have to use exact wording when searching a report. For example, if a field contains 1/2" Ash, and I search Ash 1/2", I would like it to still find it. I thought the
Skipping rows with certain empty column fields .csv upload in Creator
Hi, I have a script that parses data from an .csv file upload and pushes the data into a Zoho Creator Form. The script below is supposed to assign "0" value to the empty fields and delete them from the upload if they match the criteria. Unfortunately,
Display comma in number field (thousand separator)
Love Zoho so far! How can I add comma as thousand separator in number field upon input by user? This is essential feature when dealing with larger numbers to make readable. Is there number formatting script for this? For example, change 600000 to 600,000 This link appears to be related to the topic. https://help.zoho.com/portal/en/community/topic/amount-display#2266000001410984
Stateless form on-click of custom button not doing anything, mostly.
Can functions be called on click of custom buttons in stateless forms?? I have: input.note_field = thisapp.function(input.field1,input.field2) and nothing happens, but this very function runs on user input of any other field in the form. I've tried something
Zoho Creator - Extend PowerBI connector to Excel
Hi, The Zoho Creator PowerQuery connector for PowerBI is great. This could be extended to PowerQuery for Excel which would be equally useful. At present I am going Creator -> PowerBI -> Excel and would love to be able to skip the PowerBI layer. Chee
Using Macros to Open URLs
Hi there, Currently, I am trying to use the Macros tool on Desk tickets to provide more information outside of our Zoho Desk environment. Is it possible to open say, a Zoho Creator form from pressing a macro button on the ticket? I've tried using "openURL"
Simple math return wrong result, or I am wrong somewhere?
Guys, please see below, am I wrong somewhere?
Display a Sign-up form on first logon
Hello, I am working on a customer portal and would like to somehow conditionally display a form (can be stateless) to a new user only on their first login or until the complete the form to collect more information about them, which I would then use to
Can you access mobile Cliq app from mobile Creator app?
I'm currently making an edit to the page where someone clicks a name and it takes them to their chat/profile on Cliq. It currently works on browser, but if they were to use the Creator mobile app it opens up it's own browser instead of the Cliq app. Here's
Vertical Continuous Scroll Calendar Report
I'm assuming there's no way to do this, but I thought I'd ask just in case. Is there any want to make a calendar report that has all the months on one page, or like all in line vertically so that I can just scroll through the months instead of having
Link to an individual record from related block on detail view of another record
Hi, I'm new to Zoho Creator, so excuse the beginner question. I have two forms -- Clients and Staff. I have lookup fields connecting the two forms, so that each Client can have multiple Staff records associated. From the detail view of each, I would like the ability to link to the other. So, if I'm looking at the detail view of Staff #1 and I see that she words for Client A, I would like to be able to click on Client A and go directly to the detail view/page for Client A. I would like for the
Subform of subform in layouts or record template
I have a form that has a subform with parts that also have a subform. Say I have a work order object, with part objects as a subform or lookup, and the parts just have a normal subform non-linked with two fields(operation, and runtime) Work Order ----Part(link)
How calculate total of rows from a subform in the mainform?
Greetings. I would like to calculate the total of the rows from my subform in my mainform. It is a screen to add transactions, so I have: Mainform with three fields: Transaction Type, Transaction Category, Transaction Amount Subform where each row has: Item Description, Item Price, Item Qty I would like that on each row added in the subform the field Transaction Amount in the mainform be updated with the total. Thanks in advance.
zoho creator customized report - web print not working gives a blank page
When I try to print from the Custom Report or as pdf it is blank If I use the URL to print same thing
Next Page