2021.1

Table Of Contents
l columns a list of the data columns/fields in the data table schema
and their corresponding data types, consisting of an object with
one or more name/value pairs:
l <name> the name (name) and data type of the data field
(value of either BOOLEAN, STRING, HTMLSTRING, INTEGER, FLOAT,
DATETIME or CURRENCY)
(type of string)
l fields a list of the data fields in the data record and their corresponding data
values, consisting of an object with one or more name/value pairs:
l <name> the name (name) and data value of the data field
(type of either string, number or boolean)
l tables a list of any nested data tables in the data record, consisting of an object
with one or more name/value pairs:
l <name> the name (name) of the data table and a list the data records it
contains, consisting of an array of objects each with the following
name/value pairs:
l id a required/default fixed value of 0 for all data records
(type of number)
l fields a list of the data fields in the data record and their
corresponding data values, consisting of an object with one or more
name/value pairs:
l <name> the name (name) and data value of the data field
(type of either string, number or boolean)
In addition, a subset of the runtime parameters defined in the template can be passed in the
following object:
l parameters a set of runtime parameter names and their corresponding values,
consisting of an object with one or more name/value pairs:
l <name> the name (name) and the value of the runtime parameter
(type of either string, number, or boolean)
Specific to the parameters to be used in the creation of a preview image, the following optional
name/value pairs can be specified:
Page 125