Loops in Deluge
Hi, Can someone tell me how I do a simple loop in deluge? For example, if i have a variable "X" containing a number of loops to perform, i would like to perform an action X amount of times. X = 10; do while (Y < X){ // ... do something } to further explain, the equivalent in PHP of what i am trying to acheive would be: $X = 20; for($Y = 1; $Y < $X; $Y++ ){ // ... do something } Thanks
Publishing an Application with a Student Account
Dear Zoho Creator Team, I hope this message finds you well. I would like to know if I can publish the application I built using my Zoho Creator account, which is currently a student account. If it is possible, could you please guide me on how to go about
Concurrent edit
Hi, unfortunately in my company is common multiple user open concurrently a record in edit mode. (yes, i'm working to change the entire logic of application to pass from edit the entire record to single operation outside editing the whole record). This
View or Export Subfields of Address field
Hi, I hope this is straight forward, but haven't been able to quickly find an answer. I need to export the (new) Name and Address fields as their corresponding subfields. So Prefix, First Name, Last Name, Address line 1, Address Line 2 etc in separate fields. This is required for the Mail merge software my client is using. I can tell each subfield is stored separately, because you can search in them or choose which ones to display. And in a report you can choose which subfield(s) to show, but only
Pass a Dynamic value in ZOHO Creator Page Embedded section
Hi Everyone, I am creating a page in ZOHO Creator which will open the edit page of a record. I have published the report for which records I need to be able to edit. The problem is that I can't pass a dynamic value in the Embed URL, When I pass the Static
Deluge script is not retrieving value from Multi-Select Lookup CRM field using searchRecords
I am using searchRecords to pull some records from a custom module in CRM in a Creator page: resellers = zoho.crm.searchRecords("Resellers","(Active:equals:" + true + ")",element,200,r_SearchParam); for each reseller in resellers { resellerListID = reseller.get("id");
Sorting Distinct Values by Date_of_Invoice
Hey I have a table that I want to display, and right now it's sorting by the name of the trust or company so the data isn't in the correct order. I need the data to display by the invoice date, but I can't figure out for the life of me how to get it to display in the correct order. The code so far is as follows: TrustDistinct = Finances[Display_Name == searchParam && Line_Item.containsIgnoreCase("Trust")].distinct(Line_Item); for each Expense in TrustDistinct { // Add all of same trust together
Mapbox map embed in Zoho webpage
The mapbox map is not showing in Zoho webpage. the code was running fine other webpage.
Help with prefill of second form
Hello, I tried to follow this article because it is exacly what I want to accomplish : https://help.zoho.com/portal/en/kb/creator/zoho-creator-academy/forms/articles/prefill-form-content-based-on-another-form#Requirement But it doesn't work for me ! I
Whats the Time out Limit for API Calls from Deluge?
Hi Creator Devs, We are making API calls to third party server via Deluge. Getting this error message: Error at line : 24, The task has been terminated since the API call is taking too long to respond. Please try again after sometime. Whats the default
Zoho book integration with zoho creator
I need to integrate zoho book with zoho creator and fetch data from zoho book to zoho creator and create forms in zoho creator.
Multi page form, trigger API call or function on page 2 load
I have a multi page form. On page one is basic info: Name, email, address, phone, etc. Page 2 would look like this: Checkbox - "By checking this box you agree that you may have to travel up to XX miles for your internship" Text Field, read only - XX miles
List reports: Dynamic tooltip text
My application tracks orders in various stages of fulfillment. I use decision box fields to identify when a particular stage has been completed and an associated date-time field that contains when the stage was completed. In my list report I display
Zoho Creator - Using Connection to create an entry in another application
Hi there I want to add a record into another Creator application. Both applications fall under the same superadmin/company. Now, I have the following system-generated connection, which I have authorised. My line of code is this: record = zoho.creator.createRecord(zoho.adminuser,
I want to change this scrip to delugue
Hi. I want to change the following scrip to delugue The code does this: I have an application where entry and exit times are recorded. I want to calculate which hours are daytime and which are nighttime, with nighttime hours being from 9 PM to 6 AM. For
Need Suggestions for how to Develop a Fitness Tracker that Tracks and Emails Progress
Alright, I just wanted to run this question by you guys because I have been trying to develop a database application for people to enter in just fitness numbers like number of pushups, height, weight, etc. They would use a person number so that the people interfacing with the database will not see the data (but that's trivial, and I can figure that out). What has been challenging is making it so that people can enter data at several times, and having the databse email them the percent change from
Data type of the argument of the function '837' did not match the required data type of '[BIGINT]'
Hello, am testing the below code in Zoho desk Sandbox and it's giving me the error "Data type of the argument of the function '837' did not match the required data type of '[BIGINT]'" Anyone can help? // Get the Registration Number from the child ticket
Barcode
Need to generate EAN-13 Barcodes for my products, But I;m confused with what to enter in the "Barcode Data" field...Can anyone help me ?
Update payment amount automatically based on a user input of a field
I'm currently working on setting up a Zoho Form for a spanish learning academy to manage client enrollment for in-person and online classes. Specifically, I'm configuring the form for our Children Programs: Tutoring classes. Since our pricing isn't always
How to replace special characters with an escape character and the same special character. (How to use zoho.crm.searchRecords with special characters)
I couldn't find any documentation or posts about this issue, so I am posting my solution in case anyone else is looking for it. I had this problem because I was not able to use zoho.crm.searchRecords function with values that had special characters in
[Free Webinar] Learning Table Series - Creator for the Healthcare Industry
Hello Everyone! The Learning Table Series is a free monthly webinar that runs for around 45 minutes. It's offered to our Community users and aims to provide a dynamic learning experience by demonstrating how Creator can be used as a solution for various
Please suggest a zoho creator based in Kolkata
Need a developer have a grip in Zoho Creator and is based In Kolkata and can work part or full time urgent contact
REST API in ZC Widget
Hi All, How can i run REST API in Widget. I have tried executing but an error is occurring. I have attached screenshot of error too. Here's the code: <html> <meta http-equiv="Content-Security-Policy" content="default-src * self blob: data: gap:; style-src
Dynamically pass multi-select values to a chart/gauge criteria; Or, get sum total of multiple counts from a for each loop
I want to use a multi-select field in a form to dynamically show results in a gauge/chart/graph. I would assume that when passing the multi-select values to the page variable, the page variable should be of type Collection..? When I try to set my gauge
Cannot change organisation information even if I'm a super admin
Hi, I'd like to add a company logo but, even if I'm the super admin and owner, all info seems read only. Am I missing something? Thx
New to Zoho Creator needs some helps how to link forms
Hi. I have created an app that allows me to add things to do for example, Home > Garden > Cut lawn. I would like to improve it. I would like to add different locations e.g. Dads House and then more options like front garden, rear garden, shed etc. At
Automatically calculating pricing
Hello Zoho Community, I am trying to automate the process of updating a currency field with a product's price based on selections made in three different lookup fields in Zoho Creator. However, the workflow doesn’t seem to be working as expected, and
Unable to access data in deluge from a integrated form
I have created an integrated form in a Creator App to pull from the Employees table of ZOHO People. Now I want to read this data in another workflow which runs on the click of a custom button. Here is the code: allEmployees = Elephant_Employees[employeestatus
ANZ In-Person Zoho User Group Meetups: Focusing on Zoho Creator & Zoho Flow (September 2024)
Hello, Zoho Community! Calling all Zoho users in Australia! We're thrilled to announce the next series of Zoho User Group (ZUG) Meetups, continuing the success of our previous sessions. These meetups are a great opportunity to learn, network, and engage
ZML Button behaviour in HTML page
I'm using a button in a html page to open a form and pre-populate it with data. I can get it to work except for when using a specific field - and I can see no reason why. I'm building a Forum with posts and comments. I have a html page that is constructed
Setting a Page Tile for a HTML page - Displayed in Title Bar of a TAB
Hi all I have a requirement to set a custom Text Content as the Title in a HTML page.Have tried using the <head> Tag inside HTML but its not working Kindly suggest some turnaround method Thanks
Chat function Zoho Creator
Hi, To provide some context, I’m looking to build a dashboard in Zoho Creator where customers can place orders and track the status of each one. Is it possible to include a chat function in Zoho Creator that allows customers to ask questions about specific
Sending data to the subform within Zoho Creator
Hi, I would like to forward information from CRM to Zoho Creator. Specifically, I want to transfer data from the 'Sales Orders' module to a subform within the forms in Zoho Creator. Is this possible? Currently, I only see the option to forward information
Add Slider Field for Zoho Creator Forms
Dear Zoho Creator Team, I'm writing to request a new field type for Zoho Creator forms: a Slider field. This functionality currently exists in Zoho Forms, and its integration into Zoho Creator would provide significant benefits for data collection and
Extracting data from subform in Zoho Creator
Hi, I have created a form in Zoho Creator where customers can place an order and also add designs that need to be printed on the item. However, I am currently unable to retrieve data from a subform. Is there a way to achieve this? I would like to send
Page break Zoho Creator
Hi, I’m wondering if it’s currently possible to divide forms created in Creator into multiple pages, similar to the feature available in Zoho Forms.
Pass multi-select field values from stateless form to Page variable which feeds criteria for a gauge on the same Page
I have a stateless form w/ a multi-select checkbox and a Gauge side-by-side in a Creator Page. I've set up my page variable as the criteria for my gauge (selected records->field contains pageVariable). But I can't figure out how to assign the input values
How to create a report, that dynamically merges data from two forms?
Hi, I have 2 forms: 1) Customer Contacts (Company Name, Email Address) 2) Customer Purchase History (Company Name, SKU) I want to generate reports dynamically so I can look up a particular SKU (from Form 2), and then a custom report will be generated
Adding Record(s) in Zoho Creator using a widget written in JS, HTML and CSS.
Hello Guys, I recently shared a good documentation with real code on how to add records to reports in Zoho creator using a widget built in JS, CSS and HTML You can check up the article on this link or https://medium.com/@simelj/adding-record-s-in-zoho-creator-using-a-widget-written-in-js-html-and-css-2a45ba2a9bd9
Submit form within same page
Hello. I've just created a custom page and embeded a form as a component (not iframe). My problem is that when I submit the form the success message loads in a blank page instead of show the alert message within the same page. Is there a url parameter
Next Page