how to change the name instead of info we want shipmydeal
Hi, Please check attached file .. as in the name i am trying to change the from 'info' to 'shipmydeal' ... how should i change ? and this is the code i have written sendmail [ from :zoho.adminuserid to :input.email subject :"Registration" message :"Thank
A method for renaming tab titles in Creator to display more relevant information
Hi Zoho Devs, Updates: Rules Export File attached; you can now import this into Tab Modifier instead of manually entering the rules yourself) 2022-06-08: Updated rules so that crm.zoho.com tabs are not affected; uploaded new .json import file 2022-06-09:
Missing backup data for the entire month of April.
My biggest app is missing backup data for the month of April. I have had a weekly backup scheduled since inception. I went back to look through some historic data and learned that all of my backup data is missing for the month of April. Has this happened
Please Fix Error Message Locators for 'IF' statements
As you can see from my screenshot attached, the error message says there is an "Error at line number: 1". This is incorrect. The error ACTUALLY exists on line 82. I've noticed this miscommunication often occurs when there are 'IF' statements involved. Whenever
Zoho Creator Roadshow 2022 | We're coming to a city near you!
Hi everyone, Hope everybody's having a great week! We're excited to announce the launch of our Global Roadshow 2022 in 13 cities around the world and we'd love for you to be part of it! Whether you're a long-time customer looking to explore the
Restrict Previous Date Calendar Booking
Hi All. I am facing diffculty in implementing the functionality. When User click on Previous Date on calendar , System should Alert "Booking Not Allowed in Previous Dates" and system should not open Booking form for previous dates. Same functionality
Creator.. How to get the next Friday date?
Work week is Monday through Sunday. Settlement pay is paid every Friday for what was completed the previous work week. I need a function that will display in Creator form what that next Friday Settlement Date is expected to be based on the Delivery Date
How to add up pay based on several entered factors
I need help entering Driver Pay and Dispatcher Pay based on their pay rate and load amount. I have a "Contacts" form where the driver and dispatcher name and pay % live, and a "Loads" form where the load information, load pay, driver is selected and dispatcher
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.
Restrict Previous Date Calendar Booking
I am facing difficulty in implementing the functionality in ZOHO Creator. When the user clicks on the Previous Date on the calendar, the System should Alert "Booking Not Allowed in Previous Dates" and the system should not open the Booking form for previous
Is it possible to create an announcement bar in Creator app?
Hello guys, I would like to ask you if there is any way inside a Creator app to have an announcement bar like the one we receive sometimes from the Creator platform Did you ever implement something like this or is it impossible at all? I do not really
Repeating or recurring calendar events
Hey Everyone, I have been searching the forums for a couple of weeks now and have not found a definitive answer to this question. I know this question has been asked many times but there never seems to be an actual answer in the thread. I have created an employee schedule for and a calendar report. I have a Start Date and an End Date and the entries show up on the calendar report successfully. BUT, how do we make events/tasks on a calendar repeat or recurring? Example, if I create a schedule for
Form Names not showing / showing in bad places
Hi all, I'm currently experiencing two phenomena I really don't want to. Firstly, when I try to navigate to a module in a separate section that is grouped behind the three dots. When clicking the section however, the extended navigation area appears somewhat
zoho creator on Custom Domain for both Staff and Students
Can you please tell me the process of how I can use the Education management System or any other custom build app in zoho creator on Custom Domain for both Staff and Students? one Question. Is the Zoho Creator flexible to build similar LMS like Zoho
Issue while inviting users
Hi, I am trying to invite portal users ; but it gives me error . For some of emails it is working ; but for some of emails it is not. emails which are working - priyankamehta12797@gmail.com yibeci8643@runchet.com emails which are not working - mpriyanka@gkblabs.com , k.ganesh@gkblabs.com
Tip 31: How to make a field in a Zoho Creator form mandatory based on criteria
Hi folks, I'm sure most of you are familiar with the Mandatory property available in our form builder. It enables you to ensure that your users enter an input in a required field. If they don't enter an input in that field, they'll be unable to submit
Rename summary label - pivot table
I'm trying to use the 'rename summary label' option which appears when I right click on row value in a pivot table. But nothing happens... Screenshot below. Instead of over-writing with 'Disability', all it does is move the '1' from the left of the cell
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
How to disable the scrolling for a report on a page?
Hello, Is there a way to disable scrolling for reports (pivot tables, lists, etc.) in a page? I end up with multiple scrolling bars on my page that makes it hard to toggle through the page. If there is no soution, then I highly suggest the Creator team to add this to their future integration list. Kind Regards, Jake
[solved]Push sub-form data from zoho creator to zoho crm
Hi Everyone, So I have some question about how to push sub-form data from Zoho Creator to Zoho CRM. Here is the set up : Zoho creator set up So my main form called customer and inside the main form, there have two sub-form fields called Trade-in Vehicle and Desired Vehicle. Also, those sub-form are using a look-up field (Customer ID) link to the main form. Here is my code for pushing data from creator to CRM without those sub-form data : Customerinfo = { "ID_Number":input.Customers_ID, "Status":input.Status1,
Save Zoho Creator APP Data in Zoho CRM Form
Hi! I created a purchase requisition application in Zoho Creator. I want when the user adds a requisition that requisition is also saved in the Purchase Orders form in Zoho CRM. My Zoho Creator application has a subform with 2 fields. These are Product
Pivot View
FormX Dropdown (List of restaurants) Date (month & year) Currency1 (energy expense) Currency3 (stock expense) Currency4 (labor expense) Currency5 (other expenses) Currency6 (sales) Currency7 (net profit) I want pivot table view like this
How To Format Phone Numbers
I am completely new with ZOHO I am trying to build a database how can a make it so when a phone number is entered in a form like this:9876543210 it automatically formats it to 987-654-3210 Thank You
Zoho Creator In App Push Notifications
Hi all, i would like to enable In App Push Notification for one of my form, but I don't see any options as mentioned in this help page: Push Notifications | Help - Zoho Creator Did I missed out anything? Any help would be highly appreciated.
Anyway to exit the "for each" loop prematurely? I do it from my gf all the time.
I'm curious if there is a way to exit a "for each" loop before cycling through all elements. For example: records1 = conditions[active == true]; records2 = valid_codes[active == true]; for each r1 in records1 { for each r2 in records2 { if (r1.code == r2.code) { input.code = r1.code; break; -OR- records2 = patients[true == false]; } } }
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!
Creator : Auto Map Address Fields
I'm creating an import template for my employees and want it to be as easy as possible to make sure the fields are already mapped when importing. However no matter what field name I use I can not get the address fields to recognise what is being imported
How can we create an announcement bar in Creator app?
Hello guys, I would like to ask you if there is any way to create an announcement bar in an HTML page in Zoho Creator. Something like this which we receive from the Creator Platform I do not really care if it will have hide-close buttons in the right
Any way to do DOM manipulation with JS on an HTML snippet?
I want to use JavaScript to set event listeners on some elements produced in by HTML snippet written in Deluge. I tried creating a nodeJs function and calling it at the end of the HTML snippet, but when the code runs, I get an error saying the document
Print Detailed View after Form Submission
Hi, Relatively new to Creator but having good success with an orders/customer apps I've just created. I'm using the detailed view of a report to generate our 'order receipts' but would like to make it easier to print the record that has just been submitted.
Adding add ons in workflow
How to add actions while forms are being filled out or while records are being edited or deleted. How to add functions for actions
Advanced Field Search access to modify via Deluge?
Is there a way to access/modify the Advance Field Search pop-up and functionality? Specifically, I want the default criteria to be "Contains" instead of "is". And it would be useful to have multiple sort options for the user, and would also be great to
Limiting Edit Access to a Developer
Hi I need to allow edit access to one of our users for one view only - when I set them up as a Developer and allow edit access they are able to see every field from our original table. I want them to only have edit access to the columns in their view. Is there a way to do this? Thanks MR
Navigation/Tabbing/Arrow Keys & Multi-select Lookups
Is there any way to control how the Tab and arrow keys functions in a form, specifically w/ multi-select Lookups? When using the Tab and arrow keys to navigate and make selections in forms we seem to get stuck on multi-select Lookups - the down arrow
Creator iPad doesn't update field
Hello, We added a new colleague (Agathe Martini) in Zoho Creator. We have created a completely new account with a new email address: agathe.m@beerproject.be As you can see in the attachments, I added in the script that when creating a new visit report
Count Records in javascript
Hello, I'm using a widget on my page, and I need to write the number of fetched records. But the thing is, you can only fetch max 200 records, so I tried to use a loop. The code below is an infinite loop, because the API call never happens. Is this related
Sort Multi-Select Lookup when Lookup table is in a different application.
I think I'm close on this, but it's not quite working. This is my function created in the application containing the table of selections: collection sortfeats() { sortlist = (pressing_features[ID != 0].pressing_features sort by Added_Time asc).getAll();
What UI Improvements are possible on creator?
Hi there, Need help around below UI points: 1) How can we make UI customisations across devices? Example 1 view for Mobile, 1 for laptop browser, 1 for tab, etc 2) To show page tree and help navigation within an application, what can we do to show hyperlinks like HOME --> Main --> Sub Menu --> Current Page 3) If we add images, can we place Buttons around the custom image? If yes, how can we auto scale this image across devices? 4) Can we find Zoho Creator UI Specific developers on the Zoho
How to add string of csv data into new records via collection ?
Hi, I wonder if there is a way to turn a string containing csv values into a format suitable for adding as individual records into a report. This is my example data : Date,Code,Station Name,VALUE 1,VALUE 2,VALUE 3 15-Jul-20,EGAA,StationA,1,10,20 15-Jul-20,EGBB,StationB,2,11,21 15-Jul-20,EGCC,StationC,3,12,22 15-Jul-20,EGCN,StationD,4,13,23 My thought is I need to create a collection and then add the string data to it, then iterate through the collection to add the record. I can see help files for
HTML Templates for PDF reports
Hi, I have been working to create a PDF report for the creator record, I know I can do that using record template but in that particular template, I have to add every single field in order to get the report. Now no matter which field has input and which
Next Page