Any idea for loading animation workaround?
On my application i have page with ZML <image> which has attribute action='Function'. when the image (icon) pressed a function get called and sometimes the function takes some time (API Calls). For making a reasonable UX i would like to show a sign
Help Updating form
I have a visitor management app, the visitor checks themself in at reception. Admin can see a report of all visitors onsite. When the visitor leaves, another form is used by the employee they are visiting to confirm they have left site. How can I make
Issue with Job ID Display in Quick View (Card View)
Dear Zoho Support Team, We are experiencing an issue where the Job ID field(field type is Number) value is not displaying in the card view of our Quick View setup. Although the Job ID has a value and is correctly displayed in the detailed view, it does
Issue Uploading Attachment with Zoho Mail360 API using Deluge
Hi everyone, I'm trying to upload an attachment using the Zoho Mail360 API in a Deluge function, but I'm running into issues. Here is the documentation I’m referring to: 🔗 Upload Attachment - Mail360 API According to the docs, the upload is done with
Reports: Search Function
Hello, Is there a way to fully customize the SEARCH. Instead of populating all of the available fields on form, is there a way to just select a few? Searching in KB but got no luck of finding a way..or how about on the Application IDE?
zc_LoadIn=dialog popup window size
Hi Zoho, I'm using zc_LoadIn=dialog in my href link string to open a window in popup. How can I determine the popup windows size? it comes up really small and inconvenient. Ravid
Portal User Permissions for Bulk Edit in Zoho Creator
Hi, I'd like to know how I can control whether a portal user is allowed to perform bulk edit actions in a Zoho Creator app. Specifically: Is there a way to grant or restrict bulk edit permissions based on the user's portal role or profile? Can this be
RE: Webhooks not working in application
Hi everyone, Is anyone else experiencing issues with webhooks in Zoho Creator today? All of our webhooks—across multiple flows, applications, and forms—have suddenly stopped working. We're consistently getting the error: "Internal Exception" We've double-checked
Editing records via Record-ID for public url
With the usage of Record-ID we can edit a specific record directly from the url. I have found many posts here which are really helpful of how we can do that. But do you have any example of how we can do it when we have a published form??
Searching on many field from a subform
Hello, i have a form "Product" with 30 fields. i have a form "Quote" with a subform for add product (with a lookup) . when i add a product, i need to search the product on different criteria. Today i just search on 4 fields with "Advanced Criteria". How
Zoho Creator - App Layout vs. Desktop Layout
Hi There, Although the idea of an iPad or iOS app for accessing any Creator app is great, the current layout lacks GUI usability, similar to Zoho CRM. It would be beneficial to integrate CANVA for designing different layouts, making them more visually
[Free Webinar] Zoho Creator Release Updates - Creator Tech Connect
Hello Everyone! We welcome you all to the upcoming free webinar on the Creator Tech Connect Series. The Creator Tech Connect series is a free monthly webinar that runs for around 45 minutes. It comprises technical sessions in which we delve deep into
Work Flow
I have a subform inside a form I have a workflow on the form that is suppose to populate the Full Fault Box with input in the other fields. The script that I wrote is putting null in the box but it should never put null. Can someone tell me where I have
not able to attached image to notification
Hi everyone I have one form in which user need to take a photo and attached it while submitting the form. I have enable notification for this specific form. The problem is i am not receiving photo in notification. Is it possible to do ? Please suggest
DKIM paste in Wordpress won't work
Hello, I am trying to set up my DNS's in my domain (Wordpress) because lots of emails from Creator are not delivered to Hotmail accounts. I managed to understand the SPF part, but not the DKIM part. Zoho wants me to paste a very long DKIM script in Wordpress,
Create combine report from multiple forms
Hi everyone I need help for creating single report from all the forms of my application. Darshak
Backup all report zoho creator
I want to backup an unused form record. But some fields are not displayed in the list report, if I export in the list report it will not retrieve all fields in the form. Is there a quick way to backup all the fields in the form without having to display
while clicking the button the record template want to down load as salescontact no - customer name
while clicking the button the record template want to down load as salescontact no - customer name Deluge Code Used : account_name = input.Customers.Account_Name; pdf = input.Sales_Contract1 + "-" + account_name.replaceall("[^a-zA-Z0-9]","_"); openUrl(zoho.appuri
Sendmail to Hotmail not delivered, or in spams
Hello, I know that Hotmail / OUtlook have been a problem with sending mail, but I think there is a way to parameter Creator to lessen the problems with that. Anyone can tell me how ? Sylvain
Enhancements for Creator in Mobile Browsers and PWAs
ZC Team, Lady & Gentlemen! This enhancement has been awaited for a thousand years, and it has made my day! It now appears more "enterprise" and no longer a jerk.
Proper syntax for filtering Added_Time in the URL using functionality-based URLs
I haver intermediate knowledge of functionality-based URLs. I say that because when I use them, it is never straight forward with me. Sometimes it works first try, and sometimes I spend hours exploring to find the proper syntax. link to operators: https://help.zoho.com/portal/en/kb/creator/developer-guide/others/url-patterns/articles/functionality-based-urls#List_of_operators_and_their_constants
Bulk Update API
I’m reaching out to see if anyone has updates on the bulk records feature release. We’re eager to leverage this functionality for our operations, but until it becomes available, our current API call limits are proving to be a bottleneck—even after upgrading
Download PDF from File Field with the name in another single line field
Hi I am storing a PDF file in a File Field of a Form using Zapier automatically. now i need to download that file and set its file name as per the value stored in a single line field in that form. ANy turnout for that Thanks
How to download Renamed File that already updated to Zoho Creator.
Hi members, I construct a button with report workflow. link = "https://creatorexport.zoho.com" + zoho.appuri + "report_link_name/File_upload/image-download/" + input.File_upload; openUrl(link,"new window"); This script able to download the file. But I
Merge Join PDFs Zoho Creator
Hi all, I have a field where users upload PDF, is it possible to join those pdfs into one with a function or something? Regards.
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
Unexpected Error in Reports (Pivot Chart, Pivot Table)
Dear Zoho Support Team, I am facing an issue while creating reports (Pivot Chart, Pivot Table, etc.) in Zoho Creator. When I try to access the report, I receive an unexpected error, and an alert message saying "Undefined" appears with the loading UI.
Custom Sign-in and Sign-out
I've had a number of users ask me "how do I sign-out" when the sign-out link is clearly on the upper right of the page. To make it more obvious, you can use this bit of code to make a sign-out button on the top of any HTML view. You can customize the serviceurl as needed. <a class="zc-formbutton" style="padding: 5px;font-size:12px;" href="https://accounts.zoho.com/logout?serviceurl=https://creator.zoho.com/<%=zoho.adminuser%>/<%=zoho.appname%>/">Sign-Out</a> And since we're on this topic, you can
Backup all report zoho creator
I want to backup an unused form record. But some fields are not displayed in the list report, if I export in the list report it will not retrieve all fields in the form. Is there a quick way to backup all the fields in the form without having to display
webhooks daily limits in Zoho Creator
I am trying to create Sales Orders (an invoices and payment for each sales order) in Zoho Inventory from Zoho Creator, but after creating like 100 sales order the webhooks daily limit (500) is exceeded and I cant make any more calls. what need to be
Zoho Creator not accounting for time change
I have the timezone to my Creator application set to Eastern Standard Time(SystemV/EST5EDT). This is under the GMT -5:00 category. I was under the assumption that since EDT was present in the time setting that my application would switch automatically
Inserted Records not showing in Kanban view
When insert a new record into a report from a workflow, it doesnt show in KANBAN view. When i view the report in a regular list view, the records are there. If i edit the record (while in list view) and then update it at all (even if i dont change anything,
Zoho creator dropdown option update using deluge
Hi how can i add options in dropdown rather than updating manually
Uploads in creator app
So I have a file upload in the app, I can upload the file to it easily, but can't then download that file, there appears to be no option to?
Records not showing immediately.
Hi, I keep coming across a problem when records are inserted, updated or deleted via deluge, the changes / new records or deletions aren't visible in the form's report. (Even after refreshing and clearing browser cache). I am experiencing this issue in both Google Chrome and Firefox. The records will eventually show up, but the delay can vary wildly. Below screenshot shows the report still showing a record which has been deleted via deluge. When clicking "edit" on the record, Zoho displays a single
Referring to Zoho user groups in Deluge?
Hello, I am wondering whether it is possible to refer to Zoho user groups (with whom the application is shared) in Deluge. I currently restrict records to be viewable only if the login user created the record, but I would also like to make all records viewable if the login user belongs to group X. Thank you.
Can't add company logo and favicon as a superadmin
I am logged in as the superadmin but can't add company logo and favicon - the fields are greyed out. Any idea as to what the problem could be?
Success message - Warning message
We already have the "success message". The alert does not work in the report action; a "warning message" (with red color) would be ideal. Additionally, we should be able to set the duration which the message stays before it fades out, as it is currently
Activity or History Log User Login
Hi Everyone, I have Zoho Customer Portal, which has pages and reports. Is it possible to create 1 field such as true/false to find out users who have opened the customer portal? Like a kind of user activity log. Thank you so much.
Set Approval for particular Reporting managers in zoho creator
i am creating a leave management system in zoho creator.I want to create a approval workflow.There are various employees each employee has different reporting manager when employee apply for a leave then the leave should be able to approved by the manager
Next Page