Scheduled Report Query
I have this scheduled workflow in Zoho Creator that emails a report named Stocks_Details which uses the Add_Stock form. In the report, I also added a field called Threshold from the Add_Product form and it's connected through the Product_Code field. Now
OCR for PDF
Is there a way to OCR a PDF?
New to Zoho – Seeking Advice on Digitizing Course Evaluations
My company and I are new to Zoho (less than two weeks in) and are looking for guidance on setting up a digital evaluation process for our in-person training courses. Not sure if this is a Creator solution or can keep within Zoho Forms and other components
Make list from Workdrive Folder
Hi, Today, my challenge is to simplify and optimize my drop-down list where I retrieve the list of files present in a WorkDrive folder. I had to create a custom function to replace and display special characters. Then, I need the file ID to open it in
Need help in search with formula culums in reports
Hello, I do not know where to start with this one : I have a customer report with all that was bought and paid by my customers. It can be many records for one specific customer. Ex. Customer A has 1 record for a purchase of 1000 $, and 2 records of payments
[Resolved] Add rows in subform with Excel / Sheet datas
Hi! I'm trying to build an application where I can choose an Excel / Sheet file from a Workdrive folder, and for each data in the file, I create a row of a subform. But I can't do it, here is the code I have: inputString = input.choose_xls_file; separatorIndex
Create a CSV string from report and paste it on another form
After a search in a report, I want all email adresses of the selected records to be in a CSV string and pasted in another form using OpenUrl. The only bit I am missing is creating that CSV string. It might even already be made by a system function since
Is there a way to fetch emails from our support email and create records in Zoho Create with that?
Hello, I am looking for a way to be able to fetch new emails to send to out suppport email and create a ticket in our zoho creator App with? I thought of using the nodejs to create a function but we couldn't add the nodemailer npm packge. Regards,
[Free Webinar] Advanced UI/UX Customizations in Zoho Creator - 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
[Training] Zoho Deluge Online Training Workshop
Hello Everyone, We are much elated to invite you all to our upcoming Zoho Deluge online training workshop. Master deluge and automate Zoho applications The Zoho Deluge Online Training is an extensive 2-day workshop designed specifically for developers,
Dashboard customization
HI, I have been working on a project feedback managment system. In that the manager dashboard should only list his projects, where as in admin dashboard it should list all the projects can we display the dashboard contents based on the logedin user ?
ticketsCountByFieldValues
Hi Zoho Team, Just to check how can I include customfields to the url string. currently I'm using this. url :"https://desk.zoho.com/api/v1/ticketsCountByFieldValues?accountId=xxxxxxxxxxx&departmentId=xxxxxxxxxxxxxx&field=statusType,status" If I add customFields
Custom Page title
Hi how can we set a custom page title? like<title> in html Now it displays my username as the page title for dashboards and all other forms. It should be good if the user visits the dashboard page then the title is Dashboard.
Public form
Hi, I have been trying to develop a project feedback system using zoho creator. The feedback form should be public for that I have created a feedback form and published it so anyone with the link can submit an entry. The problem is im using lookup field
Receiving "API request's body is either missing or incomplete." error
Hi, I am attempting to call the Creator API V2 Delete Records function from a CRM function and receiving the error " {"code":3020,"message":"API request's body is either missing or incomplete."}". Below is a code snippet with some URL variables removed:
Users field - active and inactive filter
Currently there is no option to filter the dropdown in the the 'users' field by active/inactive users. The capacity to filter this field to only include active application users would be a useful addition.
Show a Field in a Subform Based on Selected Item
Hello everyone, I'm trying to dynamically show a field inside a subform based on the selected item, but I’m running into issues. My Setup: I have three forms: "List of Documents" → Stores the master list of documents with: Document Name (Single Line)
How to make a string variable with multiline value?
Hi, I want to declare a string variable which has more than one line of strings. I have tried myString = `Line one of string Line 2 of string And so on....`; But it seems back tick for multiline variables is not supported by deluge "programming language". Is there any way to declare multiline string variables in deluge?
Inquiry About Read-Only Function for Form Fields and Request for Development
Can the fields in the current form be set to a read-only function now? I sincerely need this feature. If it is not available at the moment, could it be prioritized for development?
[Free Webinar] Learning Table Series - Creator for the Manufacturing Industry
Hello Everyone! We’re excited to invite you to another edition of Learning Table Series, where we showcase how Zoho Creator empowers industries with innovative and automated solutions. Each month highlights a specific sector, and this time our focus is
Attach Subform images from Zoho Creator to CRM Module
Good afternoon eveyone. I am having a difficult time trying to find a way to attach a subform image from a creator app to a CRM module. I have tried so many ways that I don't even know which way was on the right track because none of them worked. If anyone
Displaying multi-line field values in ZML
I'm sure this is obvious, but I can't find the solution... I have a Form which has a multi-line field called 'Description'. I can capture the field values using: // Get idea ideaDetails = Idea[IdeaID == input.ideaID.toLong()]; // Define fields ideaID
How to show dynamic icons on Zoho Creator page
Good day! Suppose I have three KPI panels at the top of a Zoho Creator Page. Each panel compares a current year metric to a prior year. How can I dynamically display an up or down arrow icon next a metric? 1. I tried creating a page variable with the
How i find out day from date i.e. Monday, Sunday etc
I have all 30 days of month ,and as i am holiday approval ,I want to add holidays of my company is on saturday and sunday and government holidays also.How i know from date it is which day..
Fetch each workday date between two dates
Hello! Is it possible to fetch each workday date between two dates, and then insert a record on each of those dates on a calendar report?
Dynamic Dropdown on Search Page
I'm trying to create a search form that allows users to search based on fields from the main form. I've tried using deluge to get the values and that didn't work. Now I've used a lookup field but it is populating multiple entries in the dropdown with
Report workflow on multiple records only passes one id...
I have a list of assessment records, and a report workflow that opens a stateless form so the user can choose who to assign one to and when it is due by. It also updates the status, and all works nicely, as long as it's one row at a time. But when I try
Automatic Refresh on Page?
Hi everyone, We use a page as a dashboard which shows data for the laboratory and tasks pending etc. Is there a way to set the page to automatically refresh on a X time? Many thanks TOG
Using HTML for input
If I add a button to an HTML snippet on a page, how can I trigger an action when it is clicked? <button onclick=???>Click Me</button> I've tried calling a script within the HTML, and I've tried calling a Deluge function, but neither seems to do anything.
URL shortener service
Does Zoho have an API-supported URL shortener service?
Pagination help
Hello everyone. I have this code below that gets all accounts based on specific criteria. I just discovered that it's not pulling in all of the accounts due to the 200 item limit. I've been trying to follow some pagination examples but can't seem to figure
Hide/Remove Zia search bar in Mobile app
How do i hide the Zia Search button " Search across Zoho apps " in the app?
Produce application url to be common for all the Creator application Stages
I am trying to develop an application using the 3 environments steps like development, stage, production. I am trying to pass in a variable url like which redirects to a Report inside the application URL = "https://creatorapp.zoho.eu/insurancemarket/environment/development/all/#Report:Sign_Up_Form_Report"
Display Record Image on Custom page in html widgets - Environment issue
Hi, I am trying to display an image from a record on a detailed record page. The page is created with a html widget. I noticed that the default retuned image url has to be processed. Something like : carImage.replaceAll("sharedBy","accountname").replaceAll("appLinkName","appName").replaceAll("fieldName","Fieldname").replaceAll("viewLinkName","reportname");
How to update a custom field in zoho inventory?
I have a custom field in inventory that I'm trying to update through deluge in creator but I keep getting a strange error. Here's my attempt at updating the custom field. The name of my custom field is "cf_substatus" and I noticed that it was contained
Unchecked an option in a checkbox when another option is checked
Hi, in a Creator form, I have around twenty checkbox fields, named for example "cb1", "cb2", "cb3", etc... Each of these fields have two options: Done and N/A. I would like to be able to for each field, if I check "Done", "N/A" is unchecked, and if I
How can I format numbers in an html table?
I am building an html table to display how much people have paid, but the numbers are losing their formatting: application_table = application_table + "<td style='text-align: right;'>" + payment_row.Amount_Local + "</td>"; Amount_Local is a decimal field,
Closing a Stateless Window
Hi! I have a stateless form that I'm displaying with openUrl("https://creator.zohopublic.com/company/application/form-perma/ISN_Stateless?Trade_Order_Id1=" + input.ID,"popup window","height=300, width=500"); and that works great. The form has an 'OK' and a Cancel button. At the end of either event (OK & Cancel) script I put openUrl("http://creator.zoho.com" + zoho.appuri + "#Script:script.close","same window"); but the popup window merely 'refreshes' and the window stays. A cancel will not kill
Customer Portal Users Metrics
Hi, Is there any way to know who and when a specific customer portal user accessed? without having to use the metrics page.
How to Set filter OR, AND?
Hi, I'm struggling with a data filtering problem. In Subform I have two fields of type Lookup (multiselect). First field. Ingredient, has links to the secound filed Function. I want to set the filter to in secound field Function. ID equals input.Ingridient,
Next Page