2018.1

Table Of Contents
]
The values could be retrieved in JavaScript as follows:
var foo = record.fields.ID;
var bar = record.tables.detail[0].fields.ItemTotal;
Task properties
General Tab
l
Entity to retrieve: Use the drop-down to select which items to retrieve.
l
Record: Retrieves one or more Records, whether or not they are part of a Record
Set. Output similar to the "Execute Data Mapping" on page476 task.
l
Record Set: Retrieves one or more Record Sets, including all their records. Output
similar to the "Execute Data Mapping" on page476 task.
l
Content Item: Retrieves one or more Content Items, whether or not they are part of
a Content Set. Output similar to the "Create Print Content" on page469 or "Create
Web Content" on page473 tasks.
l
Content Set: Retrieves one or more Content Sets, including all their content items.
Output similar to the "Create Print Content" on page469 task.
l
Job: Retrieves one or more Jobs, including all their content items ready to be
printed. Output similar to the "Create Job" on page459 task.
l
Job Set: Retrieves one or more Job Sets, including all their content items ready to
be printed. Output similar to the "Create Job" on page459 task.
l
Retrieve by:
l
Condition: Select entities based on one or more conditions, the value of a metadata
field for example.
l
ID: Depending on the option selected under Entity to retrieve this is a Record ID,
Record Set ID, Content Item ID, Content Set ID, Job ID or Job Set ID. Multiple
entities can be retrieved by entering multiple ID's, each on a new line.
l
Conditions:
l
Add a condition: Click to add a new condition line. This adds the line to the current
condition level, by default with an AND operator.
l
Switch conditions: Click to swap two conditions on the same level, or two groups
of conditions.
Page 489