Post Save Operations Input
The properties context containing identities for newly initialized record objects.
- JSON example
-
1{ 2 "templateIdentifier": "InvoiceTemplate", 3 "savedRecords": [ 4 { 5 "id": "a1x5g000000ABC123", 6 "objectName": "Invoice__c", 7 "referenceId": "INV_1" 8 } 9 ] 10} - Properties
-
Property Name Type Description Required templateIdentifier String The identification lookup mapping template tracking string. Required savedRecords Object The summary target collection listing successfully inserted record objects reference IDs. Required