Creator Scripts.
Creator Scripts.
Zoho Trusted Partner in Digital Transformation

Custom Functions

Blog tagged as Custom Functions


You can add the below script On Add On Validate or On Add On Success. Just replace the name of the input.Phone_additional field with the name of your phone field in your zoho form.

//Update Phone format
if ((input.Phone_additional.getAlphaNumeric().length() != 10) && (input.Phone_additional !=...
31.01.18 07:40 AM - Comment(s)

The Problem:

 How can I make it so when a phone number (String) is entered in a form like this:9876543210 it automatically formats it to 987-654-3210


08.12.15 04:43 PM - Comment(s)
Zoho Hack: Update Zoho CRM fields values using Custom Functions
Unlock the power of Zoho CRM with this hack! Dive into custom functions to seamlessly update field values, enhancing data accuracy and workflow efficiency. Guide inside.
10.11.15 08:24 AM - Comment(s)
One Zoho CRM Custom Function That Will Give You The Holly Grail
Dive into the transformative power of custom functions in Zoho CRM. Learn about one particularly exceptional function that can revolutionize your CRM experience, offering unprecedented efficiency and insights—truly the Holy Grail of CRM customization.
11.07.15 05:44 PM - Comment(s)
How to access free flow backend in Zoho CRM custom builder?
Unlock the potential of Zoho CRM with our step-by-step guide on accessing the Free Flow Backend in the Custom Builder. Discover easy, efficient methods to enhance your CRM experience and streamline your business processes.
16.08.14 06:40 PM - Comment(s)

Sometimes you require a custom Rounding function to meet your needs. For example, you may very well want to track employee hours, but need to be consistent and round each decimal entries.

The script below allows you to round in increments of .25 so if you were entering hours each .25 = 15 minutes on ...
16.04.14 02:47 PM - Comment(s)
Learn how to calculate the time elapsed between two Date-Time fields in Zoho Creator. Follow our step-by-step guide for efficient time tracking and data analysis. #ZohoCreator #DateTimeCalculation #TimeTracking
25.07.13 03:10 PM - Comment(s)

Tags