2021.1

Table Of Contents
Field Type Description
sheetCount
Number The total number of sheets in this section.
sheetEnd
Number
The index (1-based) of the last sheet in this section.
sheetStart
Number
The index (1-based) of the first sheet in this section.
merge
In Control Scripts, the root level instance of the object merge is the entry point from where you
can query and change the way contexts are merged. It gives access to the template with all its
contexts and sections.
For more information about Control Scripts, see "Control Scripts" on page903 and "Control
Script API" on page1385.
Some of the objects are also useful in Post Pagination Scripts; see "Post Pagination Scripts"
on page919 and "Post Pagination Script API" on page1421.
For sample scripts, follow the links to the respective objects.
Field Type Description
channel "Channel" on
page1419
The final output channel: EMAIL, PRINT or WEB. The
channel doesn't change when the output consists of
different contexts. When generating an email, for
example, the channel is EMAIL, even when merging
the Print context to attach it to the email.
"context" on
page1424
Context The context rendered by this merge run. If for one
record, different contexts need to be output (for
example, when the Print context is attached to an
email) a record is merged multiple times: once per
context. Per merge run, merge.context shows with
which context the record is merged.
pagination "Pagination" on
the next page
Contains the total page count and sheet count of all
sections in the Print context after pagination.
"section" on Section
In Standard Scripts, this object defines the section that
Page 1444