How to set variable for Name field of zoho form
I want to set variable for Name filed of zoho form. Unable to set that getting a problem .Please give solution for this. Its urgent.
Only show report records using search
Hi, I have a singular report and a page that I have built. On the page I have a search field. I have set this up so I create a unique passcode field in my users form and then in the search on my page you use that code and it open the singular report and
Finding duplicate entries
Hi, I'd like to know if there is a simple way to identify duplicate entries in a table or database. I looked through the scripts help page but didn't see anything. I'm basically going to be compiling an email list and want to be able to quickly check the list for duplicates. Thank you for your help Love your service!
Subform export not filtering to selected fields
Hi, My subform xls export shows all of the fields in the subform instead of the values I selected to display. How can I show only the fields I selected?
How to get import option
I am a shared user, how can i get the import option, for uploading the data. Regards Ankur
Change currency type of currency textbox dynamically
Hello group I have a dropdown box on a form populated with country names from another form. When the user selects a country, I would like to change the currency type of a another currency textbox to show the corresponding currency type associated with the country. Is this possible? Appreciate if you could you give me an example of how to do this! Regards Martin
Change subform name on Creator export report
Hi. Is it possible to change the name of the subform tab? Ex. standard ZC_SUBFORM_90_Report to ZC_SUBFORM_Hotels_Report.
combine 2 fields into 1
Hello, Is there a way to combine/merge 2 different fileds into 1 ? example: 1 field - first name: John 2 field - Last name: Lennon I want to get 3 field automatically : John Lennon what is the formula i should use? Thanks, Itai B.
Creator new user no access
Hello, We created a new user with a completely new created e-mail. Impossible to give access for Creator use. even after an invitation its an error. How is that possible if we didn't reach our limit of paid accounts per month ???? See attachment. There
Report - Grouping and Sum
I have two columns, one is product and another is sum. I want to group product (show one row each product) and sum on other other column. Right now it will still have all rows but grouped by header.
The email cannot be added as a Customer because it needs to be added as a User
Hi, We are experiencing issues with adding another portal user. The portal user has the same domain as 22 other users but we cannot seem to add anymore portal users with the same domain. "The email cannot be added as a Customer because it needs to be added as a User. Please contact support@zohocreator.com for further assistance."
Can not filter List View via ID
@ZOHO Creator Support Team: While doing some experiments, I found that while I can do this ... http://creator.zoho.com/scriptedlogic/myApp/#View:myListView?Country=Kenya ... and get ZOHO Creator to display the View with just the record with matching Country field value ... I can not do ... http://creator.zoho.com/scriptedlogic/myApp/#View:myListView?ID=xxxx9000000123yyyy ... xxxx and yyy have been redacted here for privacy reasons ... ZOHO Creator returns ALL records in myView. Was this always so
URL invoke Error
Hi there, I need help. I'm getting an error. "Given index 0 is greater than the list size Line:(18)" Essentially I'm trying to Get a user, and then update the same user. The list is to iterate through a list of users I have. Help appreciated! payload
Learn Try Catch
Hi, I am just starting learning Script Deluge. I am taking the course "Learn Deluge" and i got stock here. can somebody help me?
Possible Use Case for Zoho Creator: eBook App / Offline Website?
Hi Zoho Creator Team, Please confirm if you have any resources describing how Zoho Creator could be used to create a book app / offline website? We have a book website (www.agribook.co.za) which we would like farmers to be able to access while offline,
Zoho Creator lookup field data transfered to Zoho Forms form
Hi guys, Struggling with this but I have a form in Zoho creator with a lookup to the ID which works great within the app. Trouble is I need my form to be a bit more child friendly and Zoho Forms offers this in the picture options that it has. I have now
Amount Display
Hi, Is it possible format amount display like "1,123,123.00" rather "1123123.00". It is hard to recognize Long number. Thanks for your great work. Ming zhumingca
Can you format Formula field results at all?
I have a formula field that divides one number by another and produces a percentage. Except it displays as a decimal i.e. 0.666 instead of 66%. Is it possible to apply formatting to the result to make it display as a percentage? I have seen an old post
Form as PopUp Box
I am having a difficult time successfully displaying a Form in a popup window. Deluge Script - On load: thisapp.PopUpForms.PopUpAddEvent(); Function: void PopUpForms.PopUpAddEvent() { openUrl("#Form:Add_Event","popup window","height=600,width=1200"); } Problems/Issues: The purpose here is to allow our Users to submit an "Add Event" form while on another page/form/etc. The popup displays with the code above, however the background/main window also changes to the "Add Event" form and the popup
Autonumber subform rows through deluge script
Hi all, Ive been trying to create a numbering system for each new subform row added. The problem ive come to is on add row, it doesnt show show the value Im trying to display Here is the code ive tried: on Add row: linecount = 1; for each item in Items_Ordered { //This will autonumber each new line added in items ordered items.Line_Number = linecount; linecount = (linecount + 1); } The output I'm looking for is to have each new row added contain a row number, starting at 1 and increasing
Is it best practice to use the exact same if statement in two different places?
I'm using the following if statement: // Display Writer Rate field if Position contains "Writer" and Type is "Freelancer"; hide otherwise. hide Writer_Rate; if ((input.Type == "Freelancer") && input.Position_s.contains("Writer")) { show Writer_Rate; } I've included this statement within the On User Input section of two different fields: Position and Type. Is that best practice? It feels messy to me (e.g. if you wanted to amend the if statement, you'd need to remember to do it in the two different
How to hide/show a section in Zoho creator 5?
Ho can I hide/show an entire section in Zoho creator 5. I searched for the solution but every says go to Application Settings<Sections. But I don't find sections page in settings. Here's how my section page looks.
Possible to Filter a Zoho CRM Lookup Field
Is it possible to filter a CRM lookup field onload? If not possible, is their a good workaround? I'm basically trying to pull all cases with status of "New" from the CRM so a user can select one for updating. We have about 5000 cases but only ever have
How to update conditional dropdown in a deluge script?
I have a conditional dropdown in my forms (Single select drop down buttons configured as described here: https://www.zoho.com/creator/help/fields/configuring-conditional-drop-downs.html) and need to be able select their values in a script. Script is called
Facing issue on file upload using Creator api v2
When I'm trying to upload a file using creator api that time I'm getting authentication error, but when I have tried to create new records within creator using api that time record creating successfully and the authentication error is not showing. Please
Form to search a lookup and then open another form
Hi all, Coming from an Access background here so a few kinks to iron out. I have an application with Form 1 that is: Initials (Autocapitalise) Postcode (Checks details are correct) UniqueID (Initials+Postcode) updated on form submission I then have Form
Comments on records
1. Can a user write and view comments on records on mobile app ? 2. When writing new comments is there a way to use them and send email notifications ? 3. Can someone atach file in comments ?
Print template in list view.
Hi, is there any special way to use a template when printing in list view? I have followed the online examples, but can only get it to work in summary view so far
pop up reminder
HI there Hope someone will be able to help me I have a schedule set up for Birthdays. Is it possible to create a pop up (instead of sending an email) with all the schedules for that day Regards
Deactivated Users will accounted for the number of users?
Hi All, I have added a user to my apps, but unable to removed from the list of users and I can only deactivate the user. My question is will this user occupy my users count when it is deactivated? Thanks!
Embedded form problem in Safari
Within Safari, our most popular embedded form is showing "Please wait..." with a rotating arrow that never goes away. Only by right-clicking and opening the embedded form in a new tab does the problem behavior resolve. Is there a Safari-specific issue?
How to Effectively Use Zoho Creator Customer Portal?
Zoho has become one of the most important platforms being used by businesses all across the world. It has multiple functionalities aimed at improving the business processes within organizations. One of these functionalities is the Zoho creator customer
when select single record and generate(button) working fine, but when selects multiple records and click on that button not working the same.. issue..
Hi, On report page just next to delete button i have added button called as Generate and it is working fine when selects one record and click on that button but when i select multiple records it is not working same as when we select single record. So,
Best source for learning Creator
Can anyone share a source that is a good resource for learning all things Creator? I've been learning on my own as I build and expand our companies application. Every time I need to figure something out, finding solutions can be quite the task. Often
Page parameter not passing to form field
Hi, I'm trying to pass a simple text value to a form field in a page using a parameter. I'm sure I've achieved this easily before so need to double check. I've checked the parameter is being passed by adding a panel to display the parameter value which
point of sale
Hi, Can Zoho creator make POS (point of sale) system ? if yes from where I should start ? Thanks
Can't add developpers to our zoho creator app
Hello, I've been using creator individually for a little while now, Recently, I wanted to add one of my co-workers as a developer on our app so that they could also help with troubleshooting, development and scripting. However, whenever I try to add
How to integrate Creator with ZOHO Projects
Hi All, I get no help about how Creator integrate with Projects from https://help.creator.zoho.com/Integration-with-other-Zoho-Products.html. Is there any way for Creator to list projects from ZOHO Projects and then list project users for the selected one? Thanks, Roger
How do I deal with multiple currencies?
Hello, I have a form that uses a dropdown field to determine currency, then number fields to store the 'raw' decimal amount. So, for example, a user might choose "Dollar" from the dropdown, then add values of 0.06 and 50 to a couple of other fields, which means $0.06 and $50. Alternatively, a user might choose "Pounds Sterling" from the dropdown, in which case the 0.06 and 50 would mean £0.06 and £50. I ultimately want to produce a report with totals in US$. So, I assume there will need to be an
Automatically create email accounts from Zoho Creator
We have an esablished Zoho Creator site and create email accounts for our clients to sign in with. Is there any way of automating the process to automatically create a new email account when details are added to a form in Creator ? example : We have a
Next Page