1.6

Table Of Contents
Methods
The following table describes the methods of the logger object.
Method Parameters Description
error()
message: string
Logs an error message
info() message: string Logs an informational message
warn() message: string Logs a warning message
record Object
The current record in the main data set.
Properties
Property Return Type
fields The field values that belong to this record. You can access a specific
field value using either a numeric index or the field name,
index The one-based index of this record, or zero if no data is available.
tables The details table that belong to this record. You can access a
specific table using a numeric index or the table name.
Example
region Object
The region object defines a sub-section of the input data. Its properties vary according to the
type of data.
This object is available when triggering document boundaries On script; see "Setting
boundaries using JavaScript" on page220.
Page 231