Quantcast
Channel: Zoho Creator Knowledge base » print
Viewing all articles
Browse latest Browse all 3

Mail Merge with Zoho Creator

$
0
0

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 process involves the following components in Zoho Creator. It becomes mandatory to have some basic ideas about them. 
  1. Data View
  2. HTML View/Page
  3. Fetching records from the Form
  4. Functions
  5. Custom Actions
1. Create a Data View:

I hope that you are aware of the Data View. Data Views in Zoho Creator are used to display the Form data as list/summary/grid/calendar format. Data Views do not allow you to construct your own HTML template for the Form data. For this, you will need an HTML View.

2. Create an HTML View and add parameters to pull records from the database:

HTML Views can be used for the purpose of displaying records in a customized layout. It is constructed in a way to load records dynamically, meaning you can display dynamic HTML content by passing different values to it. This feature allows users to pass the different Form record values to the HTML page and alter the HTML template values respectively.

3. Inside the HTML View, fetch the records from the Form based on the passed record ID:

This becomes mandatory when the dynamic HTML View has to access a Form record. Deluge has a Fetch records task that allows you to pull records from any database Form within the application based on the criteria provided. For example, you can pass the email address of a person and retrieve his information from the database.

4. Create a Function to write a script that opens HTML View:

Functions are pieces of code that can be executed on demand. They can be used in any application under the same account. Functions can generate output with or without any input.

5 To call the Function from the View, use Custom Actions:

Custom Action is set up on a data View to execute a function. It can also pass the Form record values to the function associated with it.

The image below shows how Mail merges work in Zoho Creator.

Viewing all articles
Browse latest Browse all 3

Latest Images

Trending Articles





Latest Images