2018.1

Table Of Contents
}
}],
"detail2": [{
"id": 3678080,
"fields": {
"ItemUnitPrice": "1150.00",
"ItemOrdered": 2
}
},
{
"id": 3678081,
"fields": {
"ItemUnitPrice": "29.99",
"ItemOrdered": 1
}
}]
}
}
]
The values could be retrieved in JavaScript as follows:
var foo = record.fields.ID;
var bar = record.tables.details[0].fields.ID;
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479 task.
l Record Set:Retrieves one or more Record Sets, including all their records. Output
similar to the "Execute Data Mapping" on page479 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472 or "Create
Web Content" on page475 tasks.
l Content Set:Retrieves one or more Content Sets, including all their content items.
Output similar to the "Create Print Content" on page472 task.
Page 491