[Free Webinar] Creator Tech Connect Series - Managing Users and Apps in Zoho Creator with Zoho Directory
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
Public URL for Writer Merge
I'm trying to do a merge with images, but am getting stuck on the public url needed. I created this workflow to get an image field (public_url) I can use outside of Zoho (in a Writer merge template). It work's in Zoho Creator also, but not on the merge
Integrating Chatbot with Zoho Creator Application
Is it possible to integrate a chatbot with a Zoho Creator application?
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
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.
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
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
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
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
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
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
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
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
If statement on pre-built actions
Hi Apologies for the simple question but I am hitting a wall! I am trying to get a workflow action to update rows on one form if a column entry matches the row that has the button that triggers the workflow on another form. Basically, table 1 is a list
Form , HTML Snippet in a Page integration
Hi I have a Page Named Page-1 Page -1 Containts the below Form-1 -> Stateless Form With Two fields Result-1 -> HTMl Snippet My Query is as below When i enter a data to search in Form-1 , i want the result to be displayed in the html Snippet-Result-1 i
Add New Values to a Drop Down Field in a form using deluge.
Hi, Here is what I am trying to do. I have an API that returns a list of names. This API is triggered when An Input Field is Created or Edited. Upon calling the API, I want to display the names as a drop down list on the form. Is there a way to do this
Allow a single record associated to a single CRM Contact
Hello. I'm building a form which I need to restrict to create only a single record for each CRM contact. Once I add the Integration field on the form. It loads all Contacts but I need to have available those contacts that doesn't have a record created
Combining Parent form and subform data in a report
Hello, I am trying to generate a pivot table (Matrix) report where some of the fields are in the sub-form, and the other fields are in the parent form. Although they are related, the problem is that the report builder shows me only the fields of the form that I choose to build the report on. If I chose the parent form, then I don't see the fields in the sub-form and vice versus. Is there any tricks to go around that. The tedious way or alternative is to copy each of those elements on the parent
"On Edit" rules do not work when bulk edit
Hi Zoho, I have a report list of many documents. I have a rule that when adding a link to an entry, the "Done?" checkbox goes from "false" to "true". When adding a link to multiple files with bulk edit, the rule do not work and the "Done" field stays "False". when trying again to edit the entries one by one, everything works. Please fix this.... really need it :) Thanks! Ravid
Next Page