Classes and CSS styling in Zoho Creator form fields
Hi, it would be nice if you could assign CSS styles and classes to the form elements from the field properties. And also, to be able to write CSS somewhere for the form, so that it is applicable on the form in any situation. Since I am currently using
Setting Up Deploy Mobile
Hi zCreator Team, Just want some help navigate where can I find the deploy section for me to create an SDK for Users.
File upload and send email
Hi I created a form on Zoho Creator and some fields are file uploads. I would like an email to be sent to me when the form is sent, with the form information and the file uploaded in the form attached. In Zoho Form, I've managed to do this, but I can't
Redirect USER to new url after submitting form
As it is, when a user clicks submit on the form on my website, it appears as though nothing happens because the form is so long, you cannot see the "date submitted successfully" message that pops up. Nonetheless, all the input is still there and nothing else happens. What I would like to accomplish is for the form data to do what it's designed to do (send confirmation emails and send data to zoho for storage), but the user be redirected in the same window to a new url on my website, such as, ".../ThankYou.aspx."
Hyperlynk local file
Hi, I am trying to create a hyperlink to a local file, however I keep running into an issue. The user should enter the path in a string field. From this string field I then make the hyperlink as followed: mypath = input.filepath; filehandle = "file:///"; new_link = "<a href=\"" + filehandle + mylink + "\">" + mylink + "</a>"; input.url_link= new_link input.new_link_string = new_link //this variable is to verify the newly created link new_link_string displays the newly created link properly, however
How to fetch parameter from url
Hi there. I have an application (a sample is available on https://creator.zoho.com/zoho_dhl/dhltest/#) where I want to send my users a URL with their userid so my form can fetch the ID and fill out part of the form up front. So I would like https://creator.zoho.com/zoho_dhl/dhltest/#Form:RMA?User="Happy User" to result in disabled User field being updated with "Happy User" (and then having my deluge script finding the email for that user etc. etc.) But I cant seem to pass on the parameter to the
App Custom Icon Not Work
Hello Zoho team, I have set a custom icon in the code-signed Zoho Creator application but not work. Also discussed this with the Zoho support team but still have not solved this issue. As per the Zoho technical team's suggestion, We checked by installing
License manager for custom (non-Zoho) app
I am a Zoho One customer and am developing a non-Zoho app to be installed on premise for which I need a solution to manage subscription expiration. I have built little database apps in Creator before, but this would need to allow querying over the internet
Error Message with Deluge Workflow
Hello everyone, I have this Deluge script that executes whenever another form is successfully submitted: insert into New_Site_Assessment [ City=input.City Homeowner_Email=input.Homeowner_Email2 Homeowner_Name1=input.Homeowner_Name Homeowner_Phone_Number=input.Homeowner_Phone_Number
Three state decision-box
Hi, if i use a decision box field in a form and make it mandatory, i can submit the form only if i flas as true. I thinks that is better to make it with three state, true (V), false (X) and null(-) if i make it mandatory cause of a mandatory decision
Workaround to follow both physical stock and project-related expenses.
Hi All, I built an Asset Management App in Creator and now want to exclusively use this app to keep track of the physical stock as well as the related expenses on associated projects. I do all that through deluge scripts using the api's. Each asset is
Subform properties
Hi, I need to understand the behavior behind a subform. If I create a form called "subform" with some fields and workflows related to each field (e.g., enabling fields, setting values, etc.), why can't I inherit that behavior when I use my subform within
Change the File Name before Downloading the file ?
I need to change the filename before downloading using deluge. Is this possible?
Please share the steps to done it.
Can I get page variables when I execute a button in a report which in that Page?
Can I get page variables when I execute a button in a report which in that Page?
Find next available integer in sorted list
I have a custom function that finds a next available integer and creates a part number. The function currently takes a sorted list and loops through each item to find the missing number in sequence. On some part numbers I run into an issue where statement
how to calculate difference between time?
hi there is Added_Time and Modified_Time how can i calculate how much time between Modified_Time and Added_Time Modified_Time - Added_Time = time_X ? in days, hours, minutes, seconds
How to get the request object on zoho Creator API.
Hello, I'm trying to create a Deluge function that runs on an incoming webhook. I made a custom API on Zoho Creator and connected it with the custom function, but I can't get the request object in the function. I found an article that shows it can be
2MFA in ZOHO Creator Portal User
How can I implement 2FA (Two-Factor Authentication) for Zoho Creator portal users?
Help me! Error {"code":2945,"description":"EXTRA_KEY_FOUND_IN_JSON"}
Hi, Good mornig , I have a problem with add data to creator API and I don't understand for why. The same process be have correctly excute the last week. {"code":2945,"description":"EXTRA_KEY_FOUND_IN_JSON"} I need your help. Thank You
How to update a Creator form record checkbox value to be true (checked) or false (unchecked)
I can't find the answer to this... I have page which is successful pulling record from a Form, and now I am making a custom function which will update a checkbox when it loads. My function is: dataMap = Map(); dataMap.put("Company_branding", true); otherParams
Change name of PDF download
Hi! Is there a way to change the file name of the PDF to the input of a field before downloading it? Ex: When I download the PDF of a record, I want the file name to be the input of " Date_of_Event". So it will download as 1/1/2017.pdf
Checking Expiry Date
Hi, Im new to Zoho creator, i need to create a function or query for my report to show records expiring in the (x) days. I have a expiry_date field and i try using Expiry_Date.toLong() / (1000 * 3600 * 24)) <= 30 Im getting an error " Invalid Search Criteria" Thanks in advance
Regarding Multiple user dashboard
"I have created a dashboard that includes information on the number of students who have joined and the number of colleges, among other details. There are two portal users, Tharun and Abi, who are adding records to the form. I would like to track which
SUM a field with related record and update in another form
Hi, I have one form called Record form for portal user and admin user to add record accordingly. In this Record form, there is one Amount field. There is another Profile form where each portal user will be prompted to create their Profile upon first login.
Access Uploaded Files for Printing via PrintNode?
I'm trying to set up an automation to print uploaded PDF files via PrintNode upon submission. The problem I'm running into is that the URL for the files (shown redacted below) cannot be accessed directly with the call to PrintNode, at least when using
[Free Webinar] Creator Tech Connect series - Mobile SDK in Zoho Creator
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
SubForm Custom Sort - Deluge Workflows
I have been experimenting with the Custom Order function of Subforms, it works beautifully within the subform itself and retains the sorting order. However, I need to be able to iterate through the records in Deluge using the sort order (The usage case
Workflows be triggered on Import?
Hi, Please let us know when will this option be available in Zoho creator. Thanks
Adding an element to the Creator Canvas will automatically adjust its dimensions.
I designed a report with fixed dimensions using Creator Canvas. However, whenever I add a new element, the system automatically adjusts the dimensions, even if the new element fits perfectly within the set boundaries. This is quite frustrating. Has anyone
Make signature field larger Zoho creator
Dears, I'd like to make the signature fied larger on PC web. How do I achieve this? Any help would be appreciated!
Configure postUrl() to follow redirects
I am trying to request JSON data from a Google Apps Script (GAS) I've developed. As the GAS ContentService does not serve content from the script URL i need to configure the postUrl() in Zoho Creator to follow redirects. Is this possible?
Labels in Custom Layout Report Quick View + Report bg colour
Hello, Actually two questions, slightly related. 1. I make pleasantly use of the custom layout feature for Report Quick Views. It's easy to add fields, however can't find a way to add labels to the field. Either the form field label or a custom label. I would be happy even with a custom text element, but even that does not seem to be there. See screenshot attached. Eg field Date of Birth has no label option. 2. And can we give a custom colour background to reports? I tried this in a page, you can
Dividing a Creator Form between tabs
Hi all, In a youtube video titled "Deluge 101 - Part 1, a Zoho Developer Community Learning initiative" (https://www.youtube.com/watch?v=7PW3SM04Fiw&t=360s), from 2:50, there is a creator app where there is one Form that appears in a page, but not as
Unable to Rollup Calculations
I have data related to several forms in my system. "Raw Material" is Form 1 and is the name of the item I want to roll up totals for with related forms. I have a lookup field in Form 2 "Production" that relates the record to "Raw Material". I will have
Where is the Deluge "Sendmail" template attachment as PDF function documented?
HI, I can't see this function documented anywhere, despite a few examples of its use showing up in replies to various posts. I've tried using this function in my sendmail command (like for example) sendmail [ from : zoho.adminuserid to : zoho.adminuser subject: "test" message : "test " attachments:template:Generated_Supplier_Invoice as PDF ] but all i get when I try to save is: "in user defined function form link name and record id are mandatory for template
Creator - Canvas & Record Templates - Address
Hi, I'm working in canvas builder and with record templates but the address field only shows the address rather than adding line breaks, how can I have the address stacked in both record templates and on the canvas page?
Address Field - Country Field
I'm using the pre-defined address field for a customer record but not displaying the 'Country' field as it will only ever be the USA or Canada and the geolookup does a great job with the zip or postal code that it's not needed however I do want it displaying
Am I able to use integration tasks in environments?
I have a lot of integration tasks in my production environment, and I want to fix some functions, but not mess with the live production environment data. I know the API has a param that's called environment and I can choose which, but am I able to do
Edit PDF in Zoho Creator
Hello, A requirement that we have is to edit a PDF within Zoho Creator, without leaving the tab. It seems like Creator does not have any PDF editing feature. What would be the best approach to that?
Hide Form Field(s) via OpenURL?
I am opening a form via a openURL call in a function. I would like to hide some fields on the form when I display the form using this method. I use this forms in other locations, so do not want to hide the field in all cases, but only when I display the form via the function I am writing. Can I pass a variable in the openURL call to hide a field on the form? If so, please specify the structure of the URL. I have already reviewed this pages: help.creator.zoho.com/Zoho-Creator-URL-Patterns.html help.creator.zoho.com/Functionality-based-URLs.html
Next Page