Blog categorized as Zoho Creator

Fetch Email Id Associated with a Username
Learn how to automate email notifications in Zoho Creator. Ensure users are promptly informed when assigned tasks, records, or inventory. Step-by-step guide inside.
09.02.16 12:07 PM - Comment(s)
How QR code and barcode scanning with Zoho Creator works?

Zoho Creator has introduced a new feature to make it easier for you to collect and check the information entered through forms. QR code and barcode scanning in Zoho Creator opens up a whole new set of opportunities to benefit your business.

Here are a few scenarios where this new feature might ...

30.01.16 06:35 PM - Comment(s)
Master the nuances of Zoho Creator views. Learn how to effectively use OR and AND operators to fine-tune criteria, ensuring you display only the most relevant data.
25.01.16 08:24 AM - Comment(s)
Why Zoho Creator is winning the database war against MS Access
Explore the reasons behind Zoho Creator's edge over MS Access in the database arena. Understand how Zoho's modern interface, advanced features, and seamless integration lead the way in database management solutions.
09.01.16 11:58 AM - 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)

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)

Tags