1.7

Table Of Contents
l
Documentation: Opens this documentation.
l
Courses (OL Learn): Opens the Objectif Lune e-Learning Center.
l
User Forums: Opens the Questions & Answer forums.
DataMapper Scripts API
This page describes the different features available in scripts created inside DataMapper. See
"Using scripts in the DataMapper" on page230.
Objects
Name Description Available in
scripts of
type
"Objects" on
page238
A ScriptableAutomation object
encapsulating the properties of the
PlanetPress Workflow process that
triggered the current operation.
Boundaries,
all steps
except Goto
"boundaries"
on page240
An object encapsulating properties
and methods allowing to define the
boundaries of each document in the
job.
Boundaries
"data" on
page245
A data object encapsulating
properties and methods pertaining to
the original data stream.
Boundaries,
all steps
except Goto
"db" on
page258
An object that allows to connect to a
database.
Boundaries,
all steps
except Goto
"logger" on
page259
An object that allows to log error,
warning or informational messages.
Boundaries,
all steps
Page 228