8.8

Table Of Contents
"id": 3678079,
"fields": {
"ItemTotal": "29.99",
"ItemShipped": 1.0,
"ItemOrdered": "false"
}
}],
"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 page591 task.
l Record Set:Retrieves one or more Record Sets, including all their records. Output
similar to the "Execute Data Mapping" on page591 task.
Page 611