How to print an HTML view with background color and image?
It is quite common that when you print an HTML view, the background color and the image you have given in the HTML view will not be printed. To make the browser print images and colors, open your...
View ArticleHow to view the records that are added today?
If you want to restrict a View to display today’s records, Click on Edit this application and select your View. Click on Set Criteria ->Restricted Records. Choose “Added Time” for the first drop...
View ArticleMail Merge with Zoho Creator
If you are looking for an easy method to create a Mail merge of the Form data you have, please use send mail task. Check out https://help.creator.zoho.com/Send-mail.html Creating Advanced Mail merge...
View ArticleHow do I print a record – The not so simple method.
You can also invoke a custom function to open the record in a new page and subsequently print it. To do so, Please follow the steps mentioned below: Click on “Edit this application” and click on...
View ArticleHow do I enable export options (print, CVS,etc) for a view embedded in my...
You can directly place the URLs as linked text. a. To print the view, place a linked text in the format given below: <a...
View ArticleI have a view listing events with dates. How do I show only the upcoming...
By applying a simple criteria to the view, you can display only the upcoming events.To set this criteria: Click on “Edit this application” and navigate to the view in which this criteria is to be...
View ArticleHow can I fetch all the records in a form?
To fetch all the records in a form, specify the criteria as [ID != 0], where ID is a auto-generated field that contains a unique value for each record in the form. Example: rec = Contact [ID != 0]...
View ArticleHow can I fetch records within a given range
To fetch records from a Form within a given range, specify the start index and end index range in the Fetch records task, as shown in the sample code below. Here, the first five records that are...
View ArticleTo show the latest of a clients record that matches a given criteria
To show only the latest record of each client that matches a certain criteria on that view. For example – show the latest record of each client where its ‘Rank’ field contains the string “KYU” 1. Add...
View ArticleCreate multiple views from same form for different set of users
Is it possible to hide fields, so that I have two views of the same form – let’s say, an administrator view (which shows all the fields, hidden or not) and a user view, which just shows the public...
View Article