Blog categorized as Zoho Creator

Scheduler is a powerful feature in Zoho Creator that allows the application owner to create timed actions without any user input. These timed actions can be executed periodically based on the date and time values present in your form or on fixed date and time.


Zoho Creator supports three types of sch...

28.12.15 09:24 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)

list  LogHistory_Report
{
    displayname = "LogHistory Report"
    show  all  rows  from  LogHistory [(Added_Time < '10-Nov-2015' && Added_Time > '01-Jun-2015')]
    (
        Added_Time as "Added Time"
        Added_User as "Added User"
        Activity
        ...

03.11.15 06:32 AM - Comment(s)

Write the following code within the on add -> on validate block of the Script tab. In the following deluge code, the value of the field PatientID is calculated based on the form values specified for the First_Name and Last_Name and the value returned by the variable zoho.currenttime.

on add
{
on val...
26.10.15 07:55 AM - Comment(s)

Geofencing is the practice of closely targeting users based on their current location. To improve customer experiences and offer them better location services-based benefits, you can make use of geofencing. It combines awareness of the user’s current location with awareness of the user’s proximity t...

15.10.15 07:45 PM - Comment(s)
Effortlessly manage date fields in Zoho Creator. Learn how to add or subtract days for flexible data handling. Optimize your workflows now!
09.10.15 06:25 AM - Comment(s)

Managing your HR processes can be a daunting task.  From collecting new employee information, tracking time off, and handling payroll, there is a lot to keep track of and a lot of documentation to go along with it.  No sweat!  There’s a great tool called ZOHO Creator and you...

02.10.15 09:42 AM - Comment(s)

To Edit Multiple Records,

  1. Select the records to be edited and click on the Bulk Edit option displayed below the Report header. For shared users, the Bulk Edit option will be displayed only if access permission is provided by the application owner.
  2. In the Bulk Edit dialog, select the column whose value...
29.09.15 07:38 AM - Comment(s)
Dive into Zoho Creator's capabilities and learn how to ensure field values stay within desired limits. Master the art of range validation for optimal data accuracy.
28.09.15 09:36 AM - Comment(s)

In a view, the columns are displayed in the order the corresponding fields in the form were created. It is, however, possible to rearrange the columns in a view. To do so:

  • Click on "Edit this application" and navigate to the required view.
  • From the left pane, from under "Display" c...
26.09.15 09:02 AM - Comment(s)

Tags