Print record summary to pdf page breaks
Hello. I created a record summary and would like to export to pdf. Rich text fields or photos can get printed on 2 pages cutting them in half. Is there a way to add page breaks? Thanks.
Limit records available in a lookup drop-down menu
I have a lookup from another form to present choises od delivery days in a drop down menu. I added a yes-no field in that form to limit the choices. For example. if the monday delivery is not available anymore, I as admin will check that yes/no box and
How to filter report with two level of filters and getting a count of values entered?
I have a form with the following fields Company name department survey question 1 - a radio field with 4 options; A,B,C,D How to fetch all records submitted in the above form based on company and department and get a count of how many records answered
Using URL field to create clever links to maps
First of all - thanks for a dandy little service! I'm trying to use the URL widget to dynamically look at another field (a text field called ADDRESS) upon successfully editing the record, I'd like the script to look at the address and create a properly formed URL to Google Maps. I believe I understand how to transform an address into the required strings for the URL (ie, substitute '+' for <SPACE> etc.). My problem is how to dynamically assign a URL to the URL field, and dynamically assign the address
Increase/decrease button for number/decimal field
Hi all, I think it is better to have the increase/decrease button on the side of the number field. I believe this would make the user input experience much much better. Eg: I prefer to tap 6 times to increase the field value to 6, which is much faster
Retrieve numbers from multi-fields & multi-lines lookups for calculation
Hello. I have a form with 2 lookup field that are multi-fields for ease of choice by the customer : First lookup (SUBSCRIPTION) looks like this : Montréal - Thuesdays - $600.00 (only one choice possible) Second lookup (OPTIONS) looks like this : Eggs
Creator scheduled Deluge repeatedly failing - unable to replicate error manually
I have a scheduled workflow that runs every morning to bring in data from another system and check for updates. I'm seeing in the error logs that it fails : Error details: Error in executing SYSTEMNAME Update Error at line : 23, Invalid collection string
Zoho Creator Usage Details for 11 Sep 2024
Hello Support, I want to get the usage details for Zoho Creator for 11 Sep 2024.
Upload Image into Wordpress Media via API
Hi, I tried to upload image from Zoho Creator into Wordpress Media folder via api. I have issues wih my code and I don't knw how to fix it. post_data = Map(); post_data.put("media_urls","IMAGE_URL"); header_data.put("Content-Type","image/jpeg"); header_data.put("Content-Disposition","attachment;
Fetch field information from one form to another.
Another fetch question... I have 2 forms, one is CUSTOMET form, the other is a SUBSCRIPTION form. I use an openurl script to open the SUBSCRIPTION form when the form CUSTOMER form is sumitted, fetching at the same time the customer name in the SUBSCRIPTION
Zoho Creator Suddenly Stopped sending email notifications
Hi, I've been using Zoho Creator to create an app to input and generate Production Details form, in the workflow, I created several actions where upon successful form submission, an email will be sent to certain email address. This actions has been performing
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
Batch Workflow enhancement
Batch workflow is so pity can't support schedule by datetime field . It will be more useful..
Annotate widget?
Is there something in creator or any zoho app that allows me to have an image markup field item in the form? I need to be able to complete a form that also allows the user to mark up a preloaded image. Other compay's call this an image markup field or
HTML Snippet Subform population help
I have a subform in my form that allows me to select multiple comments from a comment library. When I try to call the comments in an HTML Snippet, it only populates the first comment. How do I get the it to populate all comments for that specific record?
[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
Creator Simplified #1: Optimizing Data Retrieval for Large Datasets
Hey Creators, Welcome to the first post of Creator Simplified—a learning series designed to enhance your app development skills. In this post, we'll explore how using specific criteria can streamline and quicken the data retrieving process, especially
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?
Problem with simple IF script with a variable
Hello, I reaaly don't understand what I do wrong, and it must best super stupid... With this simple script : doublon = Test_Client.count(); if (doublon > 0 ); openUrl(www.fermerondine.com, "same window"); I always get this error for line 2 : Incomplete
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
Next Page