Get form name?
Hi Zoho, Is there a way to get a form name (to be used in the "On Success" script)? Something like the formdata function, but for the form name... Thanks! Ravid
Creating a local text file with deluge script
Hi, I'm looking to find a way to create a text file on my local disk with deluge script. Just want to put text field in a sample.txt file. Anyone has a tip on that ? Thanks, Pascal Veilleux
How to change name of the portal user
Hi Team, I am not able to change the portal user name. By default, it is taking the email prefix. Is there a way to give or update name of the portal user?
Increase or reduce the number of columns when creating a form, depending on the value of a field from another form.
Hello, I'm wondering if it's possible (via Deluge, Workflow, Blueprint or whatever) to make the number of columns, when creating a new form, depend on a value entered in a field from another form. In this way, with the same field, you could decide to
Microservices Missing in Zoho Creator
I'm listed as an admin for Zoho Creator but I can't see an option for Microservices. I need to manage connections and from the kb articles, it would seem admin permission is sufficient for this. I'm an organisation admin in Zoho one if that means anything
How to fix this error
// Get the selected user from the form selectedUser = input.Meeting_With; // Fetch the email of the selected user from the User list attendeeEmailList = Users[Full_Name == selectedUser]; // Check if a valid email was found if(attendeeEmailList.count()
Adding a customer specific record to customer subform
Hi, Can anyone point me in the right direction I have customers as a form with all their details on it. I also have separate jobs, tasks & assets forms that I can also fill out, now when I create one of these records let say for Customer A - I fill out
How to get Monday as 1st day of the week?
Hi, The first day of the week is Sunday in Zoho Creator calendar.So it is hardly usable as in Europe the 1st of the week is always Monday. How can I get Monday as 1st day of the week? Best regards, Chris
Zoho Creator | Panel not saving after editing keeps on loading.
How to use different print templates for the same report.
I have two record templates that I have set up to be used for printing a PDF, but it seems only one of these can be associated with a report's detail view "Print" and "PDF" buttons. Is there any way to access the second template from detail view, or do
How to embed public report in html snippet
Hello, I want embed public report in html snippet. If i add iframe, the report button-urls are not working(navigating). How can i acheive this. <div elName='zc-component' viewLinkName='<string>' params='zc_Header=true'>Loading View...</div> if i use above
Potential migration from NetSuite to Zoho One - this customer of ours is in the Custom Decorator industry
We have a customer for many years on NetSuite, and they may be interested in migrating to Zoho One. Since they are in the Custom Decorator industry (they purchase products into inventory and then apply logos, pictures, etc to those products as part of
Improving Zoho Creator's email deliverability
Hi all, We're pleased to announce updates to email handling in Zoho Creator to improve the deliverability of the emails sent from the Creator platform. These updates have been designed keeping in mind the fact that emails from domains with strong sender
Subform is possible for OCR ?
Hi Folks, I am wanted to track invoice details using OCR AI Field. but i am faced challenges for track details on subform, because my invoice have one more Quantity, rate... How Subform using in OCR AI Field. image attached for reference. Thank you for
Creator Page Transparent Background
Is there any way to make a Creator page have a transparent background? I only see that I can change the color.
Page Refresh After Report Popup Closure
Dear Zoho Support Team, We would like to inquire if it is possible to configure a page to refresh upon closing a report that opens in a popup window. Currently, we have added a button to our page, and when clicked, it opens a report as a popup. Our requirement
Use Zoho Analytics tables as data sources for Creator apps
I am currently using Zoho Analytics to create reports using data generated from a 3rd party web-based case management system. It would be very helpful if users in my organization could create applications/forms using data from the Analytics tables and
Issue with Fetching Data from Zoho Creator using Custom Outlook Add-in
Hi Team, I am encountering an issue while trying to fetch data from Zoho Creator in a custom Outlook add-in. The goal is to retrieve origin and destination information from a specific report, but I'm facing CORS-related errors and failed requests. Error:
Zoho Creator Widget Update record error 401
This is a widget project, I try to update record.value1 with a popup page, I can fetch data from ZOHO.CREATOR.API.getRecordById but when I try to update record, it show 401 error code with { "status": 401, "statusText": "error", "responseText": "{\"code\":2945,\"description\":\"EXTRA_KEY_FOUND_IN_JSON\"}"
Creator Simplified #5: Set file upload restrictions in Zoho Creator
Hey Creators, Welcome to the next post in the Creator Simplified series. Today, we’ll explore how to implement file upload restrictions to limit user submissions to specific file types. By implementing an allowed list for file uploads, you can optimize
Set Lookup Field to Top Option
I'm trying to set the lookup field to the top option, but I get this error... Is there any way to get around this?
true and false invertion in my script ?!
In the following script to send emails, the true and false condition seem to work inverted. The emails with "false" condition receive email when "true" is in the script, vice versa. Any explanation ? CourrielFerme = "info@fermerondine.com"; Demain = zoho.currentdate.addDay(0);
Gantt Chart in Zoho Creator
Is it possible to create a gantt chart in Zoho Creator? There is one old posting which does not quite answer my question. Here is an example of a Gantt Chart:
Filter Lookup Field by Most Recently Used
Hi, Is it possible to sort a lookup field by most recent? Like, I want items that I recently selected to show up at the top of the list.
Add a MATRIX field to the forms creation
Same as Zoho forms, we need a Matrix field in Zoho Creator forms, is very usefull
is it possible to adjust the date field to show Monday as a first day
Hi, Is it possible to adjust somewhere the date field, so the first day of the week is Monday (instead of Sunday)? Thank you! Ferenc
Ajust multi-line inventory sub-form upon submitting form
Hello, Just need a good start on a script. I have an order form with a sub-form for every line items ordered. That subform source, with a lookup, product details, including actual inventory. Upon submitting the order, I want the quantities of every item
escape new line character
Hi, I would like to check if a string contains a \ character (backslash) I try this: if ((input.invoer).indexOf("\") > 0) { found = true; } But the I get the error: Error at line xx : Script contains new line character, kindly remove it and try again. I have tried ("\\") but that doesn't work So how do I do this?
#Zoho Creator - Button Click Function in Page
Hi, I have created a button in my page .I want to perform button click operations. Is there any way to call the functions in the application when the user hits that button?? If anyone have alternative solution for this problem, please help to resolve it.
How can I access the extra properties for "Formula field"
This is a formula field property image. Here, you can see properties like 'Field Type' and 'Display Format in Report.' How can I access this? Is there a way to do so? My question is: Do I need to enable these properties?
On User Input - Display Image in Subform
Hello All, I am creating a Form for Creating multiple product orders I need assistance in displaying the Image of the Product on Lookup Input of Product Name Field
Trying to get the pdf of a form record on button click in a deluge script
I'm trying to send a notification on whatsapp of the pdf version of a form record, for this I need to generate the pdf of a record using a record template in deluge, so i can pass it on to the API to push whatsapp notification. What is the way to do
How can I get the Image or File URL from Zoho Creator to insert into another application?
I've tried retrieving the image URL from my Zoho Creator application to insert it into another application. However, I'm facing issues as the proper image URL isn't being obtained. The same problem occurs with file uploads. I can upload a downloaded image
Date format changed when appended to list
Hi, I have a dropdown list whose choices depend on user input of another field. The following code works fine. However, in our original data, the date format is dd-MMM-yyyy, but when the following code runs, the items in the list become yyyy-MM-dd. Clear
Can I make a client portal so that they can upload/download documents?
Hello Experts I would like my clients to access a portal using some kind of authentification (their email address?) so basically access to their own secure client/customer portal and let them securely upload documents in a folder related to them. so my
Add and Delete Customer Portal user via Deluge
Using Creator to build an app involving a customer portal. I'm trying to integrate the customer portal for the first time and it is raising questions, mainly because it's new territory. Is it possible to add a new user to the customer portal via deluge? For example, if an existing user invites/refers another potential user to try our app, is there code to automate via deluge, setting up an account ready to go for them? The referral would include their email address, and a workflow would set up the
Is Zoho down today?
I can't do a single thing. I tried changing some views and reports and got "undefined" - then I tried editing a form, got "undefined' - started a new form and can't add any fields as when I drag and drop it also says "undefined." What is going on? HELP.
Passing the image/file uploaded in form to openai api
I'm trying to use the OpenAI's new vision feature where we can send image through Api. What I want is the user to upload an image in the form and send this image to OpenAI. But I can't access this image properly in deluge script. There are also some constraints
How to Display Formula Result as Currency?
I have been searching this topic for an hour now. The best I can find are posts from more than 2 years ago with no solutions. Is this still not possible? The formula field does not allow for a format option. The report does not allow for a format option. My formula is based on a currency field with basic addition, multiplication and division. Why would the result not maintain the currency format? From the (outdated) Help section (https://www.zoho.com/creator/help/fields/configuring-a-formula-field.html)...
Sort a Multi-Select Lookup Field
I have a multi-select lookup field coming from one app to another. Currently that lookup data is being sorted on the printed report based on the added time of the form that's being brought in. Problem: I'm ideally trying to sort the lookup data by a field
Next Page