To send the URL/link of the uploaded file in the e-mail message, select the “Deluge Mode” tab in the message box of the “Email Task” dialogue. Specify the url within the <a href>tag, in the format given belo…
…
…
Use todate() built-in function to extract date from a date-time field. For example, the following code will fetch the date from the date-time field named “DateTime” and update it in the variable named “date”
da…
You can remove old or
unwanted records from your database by directly deleting them from the View or by executing Deluge Script or by using Zoho Creator APIs. Once a
record is deleted, you cannot retrieve the data it contained.
…
As
of now, Zoho Creator does not support emptying an entire View. However, as a work around, you can create a copy of the Form ( based on which the view is created) and then delete the original Form, which in turn will delete the corresponding vi
…
The URL pattern to generate the data of the view in a specified export format is given below:
http://ceatorexport.zoho.com/<zohousername>/<applinkname >/<export type>/<view link name>
where, <…
You can display unique records using the distinct() Deluge function. This function returns the distinct values of a field
in a form.
For example, assume the field "ProgramCodes" is a lookup to the "ProgrameName" field of the "Program" for
…
The sample code given below will hide the field named “Name” if the currenttime is past 5.00 pm.
…