showing popup/modal on a form
Greetings i was wondering if there was a way to create a customized popup/modal and be able to show it on a form using some sort of button triggers or so. i'm having a form where i want to include explanations and instructions on how to fill it and i
Possibility of having version control for stored records
Greetings I was wondering if it was possible to have version control for records, something similar to the version control we have over deluge functions but for stored records. basically if a user edits/updates any record they would be able to view older
Search for Ticket Number then populate fields
Hi Zoho Team, I would like to verify if this code is possible or what could have gone wrong. What I'm trying to achieve here is to create a report that the user only inputs a ticket number then if record from desk was found, records will then be populated
splitting form in 2 columns makes fields and notes fields between the columns asymmetric
Greetings I'm working on a form where i need to show some explanatory text next to each form field, i did that by having a note field right next to each form field splitting the form into 2 columns which looked like what i want in the form builder (image
What is the "backend" or server side database for Zoho Creator?
Is it a common SQL database or a special home-grown one? I am wondering about the ability to take a database from another place and put it on Creator or even taking a database designed in Zoho Creator and migrating it to another DB. Brent Jones, in Oak Park, IL USA
Report summary header and footer??
Hi there! I´m building a report summary to export as PDF. I had set up the page size as A4 and enabled the header and footer. But when the pdf is exported, instead of puting the header and footer on every page, it just puts the header at the beginning of the first page and the footer at the end of the last page... How can i make them to apear as header and footer of every page??? Tanks!! =D
The new Creator 6 - How to migrate?
Greetings, I hope find all well and safe! Last days I have seen some social media posts about Creator 6, from Zoho, as an example this website link: https://www.zoho.com/creator/whatsnew/creator6.html But when I log in to my account (inside Zoho One)
[Suggestion] Visual indicator of comments in report
To enhance the usability of comments, it would be very usefull to display a message icon for each records in reports. This way, users can be sure to know that this specific records might have more relevant information in the comment section. Not urgent,
How to input all values from a Fetch Record and return to a Multi Line field
Hello Everyone, I'm having an issue I can't understand. This formula is working. The info statement shows me that all the proper records were retrieved and can be returned. for each r in Workout_Tracking[Single_Exercise_field == varSW] { input.test_report_text
Zoho Creator - [Free Webinar] Creator Tech Connect - JavaScript Widgets in Zoho Creator - An Extensive Outlook
Hello Everyone! Gear up for our next session in Creator Tech Connect Series ! About Creator Tech Connect Series In Creator, when we have to handle a complex business logic, we go for the combination of workflow and deluge scripting. To develop those business
Zoho Creator - [Free Webinar] Learning Table Series for Retail
Hello everyone! The most pivotal part of building any application is to understand the industry, business operations and standard features/functionalities that are required to get the operations going. Industry is the key here and every feature that we
Zoho Commerce and Zoho creator customer portal
hi, is it possible to integrate Zoho Commerce and Zoho creator sharing the customer id? I.e. as if Zoho Commerce provides an alternative to customer portal autentication process? Or else how can I bring a customer from commerce to creator without having to authenticate twice? What would be the subscriptions required for this to be possible? thanks Luis
How do I change a Zoho Creator Form's styling with CSS?
Hi there, I have built a form with zoho creator. I'd like to change the field labels to be consistent with the website to which it will be embedded. What's the process for specifying web fonts and changing sizing, colours etc? Thanks
Are there page rules in zoho creator to hide/show elements?
Greetings i'm looking for a functionality similar to what we have in the creator forms where we show/hide certain fields based on actions/conditions. for example i have an HTML snippet in my page and button, when i click the button i want to toggle the
Print Using Record Template
Hi, I can use the record template using the Report Properties->Print & PDF options. However, I want to create a button to print my custom template on the same report. I want to maintain 2 different report format, one for the Detail View, and one custom
Fill a related field in a lookup field
Hello, I have an "order" form with a lookup field "client" that select a client in a client form. The lookup field search the client by it's name an shows the name in the lookup field. I also would like to pick the telephone and email in the "client"
List records based between 2 dates and do math
I have 3 forms, LOADS, DRIVER, CREATE SETTLEMENT. The LOADS form has following fields: Load # Driver Name (look-up from DRIVER) Driver Pay Delivery Date DRIVER has the following fields Driver Name In CREATE SETTLEMENT I want to be able to 1) select a
Automating Backup
I have moved my business' blood and soul to Zoho Creator. Is there a way to automate backup so it happens every day without any action from me? Thanks much. S
Validation, Subforms and Note Fields
We are attempting to put some validation on a few Subforms on a fairly large subform as the dropdown values are conditionally populated based on other fields in the form. As a protection against any edge case or bugs we might discover after this goes
no such view exist
Hi, I am trying to attach report of a form in an email and have written concerned script for it which is as shown below. The name of the form is NMR Labour on site Today ( Daily Wage) sendmail [ from: zoho.adminuserid to: "harish@ebs.com" subject: "Daily
Subforms sorting rows
Is it possible to sort the rows in a subform? I have an application where the user uses a subform to record the steps in a process. They enter the details of Step 1 , later they add the details of Step 2 and so on for step 3, 4 & 5. When I edit the form the rows in the subform are in a random order. The best solution is for the rows to show in the order that I specify in the subform view. The second best is to use the date & time each row was entered as the default sort order. Any work arounds? Herb
Save PDF with a field as the file name.
We currently have to save and rename all the PDF's we store for sales documents. Is there a way in creator to have these default to a particular field in the form?
Offline Zoho Creator
Hello Everyone, My client's office is in a region, where the internet quality is very poor. He would like to run his Zoho Creator inventory app offline, on his servers. Is it available by now at Zoho? Thanks George
aggregate records of each calendar year
Hello, could anyone help me with the script ho to aggregate monthly revenues in a yearly revenue field? I have three fields date field monthly revenue yearly revenue I'd like the script to work on user input of monthly revenue field, and want to aggregate
Adding fields dynamically to a form using deluge
Greetings In my project i'm going to have an initially empty form that has an on load workflow that reads records from a report somewhere else in the app and then add input fields to the empty form based on these records. i was wondering if it's possible
Cannot change japanese text font when doing pdf export
I use openUrl to export my report with specific ID, but the Japanese font does not look clean when exporting. I have tried changing the font within my RTF, but no luck. Any idea on how to fix this?
Zoho Creator Programming
Dear all, I'm new to Zoho and I'm keen to find out more about Zoho scripting. 1) This is related to the extensions displayed at Zoho Marketplace, were extensions developed using Deluge alone? 2) Is Deluge powerful enough to do anything for you within
User-defined global variable
Is there something like a user-defined global variable that can hold values among forms and pages within an application? I would like to do the followings: When accessing the application for the first time, Deluge script run and store the values to user-defined global variable. While the access, the user-defined global variable can be used in all forms and pages.
SalesIQ Bot Not Getting Zoho Creator Page URL
How can I pass the Zoho Creator page url into SalesIQ...it seems it is passing something related to the Page Element or Javascript widget. I really need to be able to identify what page the user is on to implement a useful Bot. A snip of the url that
Script for Sub total and Totals in Subforms
I've been trying to do a simple calculation using Sub form's workflow. Search through the KB but no answer using the new interfaces. Just need 1) self-calculate the Sub total Price from ( Quantity * Price per unit) 2) Total up the sub total price to the Total Price Any help is appreciated.
Form in Page
I know you can input a form into a page using the HTML insert that is built into the Page HTML options. But is there a way to insert form fields individually using HTML into a page? For example, I don't want the entire form on the page. Using HTML I want
Autocomplete addresses
Is there a way, script or otherwise, to autofill addresses in a creator form based on Google or similar maps app?
Refer to url parameters on form load
Greetings in my app i redirect the user to a certain form and include query parameters in the url: openURL("#Form:Ideation?projectId=" + input.ID,"same window"); i want to create a workflow action that would run on form load to use the projectId parameter
How to extract Email address from string (Deluge)
The task was to extract an email address from a string variable, or any text-based field. It is usually done in javascript using regular expressions. Surprisingly, Deluge allows to replace substring using regular expression, but do not allow to search substring using regular expression. OMG. I finally came to below solution. It works. string GetEmailFromText (string Txt) { /* Extract first email address from the text Txt */ original_text = input.Txt; EMAIL_REGEX = ("[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?");
Allow user to add/remove certain fields dynamically
Greetings I'm working on an app that's going to contain a form to describe acts of a story, i want the user to be able to add and remove acts as they see fit. something similar to what subform field in zoho forms offers (attachment ss) with one exception
Is it possible to add custom submission buttons to creator forms?
Greetings I was wondering if it's possible to add custom buttons to my forms in zoho creator. so beside the default submit and reset buttons i'd also create a "submit and new" button that has custom action. is that possible? Thanks
Need better error message when an application error happens
ZC dev team: When running an application, if there is an error, this message appears across the screen: "Error occured please contact application owner." Unlike the (slightly) better error messages one gets in the script editor, THIS message is desperately unhelpful. Right? I would think that when the ZC program catches the error and throws the message, it must have some kind of useful information it could pass along in the error message, such as what statement was being executed or what field was
How to add Invoice in my Zoho Creator Custom App.
Hello, please i am finding it hard to add Invoice to my Zoho Creator App. Any help on that?
Error when I create the New Application
Hi, When I import a CSV file and I want to create return "Ooops,something wrong" What's the problem? Any file example? I'm attach the file I'm using. It's correct? Thanks,
Fetch and Fill from Lookup
All I have found are 11 year old answers to this.. I have a 2 forms (Locations and Load). When entering a new Load form I want to Lookup a Location Name. When that Location Name is selected in the Lookup I would like it to also auto populate other fields
Next Page