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

How To Videos

Blog tagged as How To Videos

How to display images in an html email using public url
How to display images in an HTML email using public URL
24.08.22 10:25 PM - Comment(s)

There are several ways to accomplish this task.

One is to enable the printing settings directly in your html page as its shown on this solution below. The other is to place the URL´s as linked text


a. To print the view, place a linked text in the format given below:

<a href="http://creatorexp...

04.01.16 09:09 AM - Comment(s)

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)

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)
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)

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)

Right now it is not possible to duplicate a form directly. However, it is possible to do so via script. 

  • Click on "Edit this Application" and navigate to the particular form.
  • From the top strip displaying the Form name, mouse over on "More Actions" and click "Form Definition...
25.09.15 06:40 AM - Comment(s)

Tags