2020.1

Table Of Contents
Field Type Description
"context"
on
page1392
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
page1412
Contains the total page count and sheet count of all sections
in the Print context after pagination.
"section"
on
page1400
Section
In Standard Scripts, this object defines the section that is
being merged.
Note! In Control Scripts, merge.section is only available
when the output channel is WEB. To make sure that it is
defined, use the following statement: if (merge.channel ==
Channel.WEB && merge.context.type == ContextType.WEB)
{ ... }.
To retrieve any section in a Control Script, use:
merge.template.contexts.ContextType.Section['Section
name']; (for example:
merge.template.contexts.PRINT.sections["Section EN"]).
In Post Pagination Scripts, only Print sections are available.
"template"
on
page1383
Template This object contains the template and all of its contexts. It can
be used to find out which contexts are available in the
template, using merge.template.contexts (see
"context" on page1392) and to manipulate the sections in
those contexts (see "section" on page1400).
Page 1364