Why would you clone an Integration Procedure instead of versioning it?
A. The new Integration Procedure is Chainable.
B. The new Integration Procedure is replacing stub data.
C. The new Integration Procedure uses a Cache Block.
D. The new Integration Procedure will be used independently.
Which of these checkboxes helps prevent a DataRaptor Load from creating duplicate records?
A. Upsert Key
B. s Disabled
C. Is Lookup
D. Is Required For Upsert
What JSON from the DRGetAccountDetails action would display all six values correctly in the OmniScript structure shown? BikContacts is a Repeat Block.
A. {"BlkContacts": [ { "ContactPhone": "(212) 169-1475", "ContactNameTM: "Edward Stamos" }, { "ContactPhone": "(212) 189-6979". "ContactName": "Leanne Tomlin" } J, "AccountPhoneTM "2221546450", "AccountName" "Acme" }
B. {"BlkContacts": [ { "Phone": "(212) 169-1475", "Name": "Edward Stamos" }. { "Phone": "(212) 169-8979", "Name": "Leanne Tomlin" } J, "AccountPhone": "2221546450", "AccountName": "Acme" }
C. {"ContactPhone": "(212) 169-1475", "ContactName". "Edward Stamos", "ContactPhone": "(212) 189-8979", "ContactName": "Leanne Tomlin", "AccountPhone": "2221546450", "AccountName": "Acme" }
D. {"Contacts": [ {"ContactPhone": "(212) 169-1475", "ContactName": "Edward Stamos" }, {"ContactPhone": "(212) 189-8979", "ContactName": "Leanne Tomlin" } ], "AccountPhoneTM: "2221546450", ""AccountNameTM: "Acme" }
What two advantages does a DataRaptor Turbo Extract have over a standard DataRaptor Extract?
Choose 2 answers
A. It supports complex field mappings
B. It is easier to configure
C. It has better performance at runtime
D. It populates data in PDF and DocuSign format
What is the merge code you need for this Integration Procedure structure to pass a CaseNumber node from the DataRaptor Extract Action Single Book (DRReadCase) to the HTTP Action's HTTP Path URL?
A. {{DRReadCase. CaseNumber}}
B. %DRReadCase:CaseNumber%
C. {{CaseNumben}
D. HTTPGetCaseDetails: CaseNumber
On a FlexCard canvas, several fields display with Salesforce data, but one of the fields shows only the label. What could cause this?
A. In the Setup Panel, {recordid} is misspelled in the Data Source Input Map.
B. The card state only supports a limited number of fields for display.
C. The field is null in the Salesforce record.
D. There are no Test Data Test Parameters configured.
How can a Card Layout be embedded within another Card?
A. Use an angular filter in a specific field in a card state
B. Use the Add Layout button in zone layout
C. Use a session variable on a Card
D. Use a card state with a Layout condition
You are importing a list of new products into Salesforce and need to map the new product to the appropriate PriceBook Entries. What typeof DataRator mapping keeps tractof the new product Records as they are created to use in the Price entries you need to create?
A. Lookup Key
B. Lookup Mapping
C. Linked Mapping
D. Relationship Query
An OmniScript displays data from an API using an Integration Procedure, but some of the data is missing. What error could cause this?
Choose 2 answers
A. The element name for the missing data does not match the JSON node key in the Integration Procedure Response.
B. The Integration Procedure Preview Input Parameters do not match the JSON sent from the OmniScript.
C. The JSON sent from the Integration Procedure Action does not match any of the Original Input for the Integration Procedure.
D. The missing data is trimmed in the Integration Procedure Action Response JSON Path.
The card layout below has an Integration Procedure as a data source. The cards use the layout data source. Which JSON data structure below supports this card layout and uses best practices.
A. ""ContactCellPhoneTM: "(212) 154-8562", "ContactName": "Edward Stamos", "AccountPhone": "2221546450", "AccountName": "Acme"
{
"ContactCellPhoneTM: "(650) 156-1102",
"ContactName": "Howard Jones",
"AccountPhone"TM: "2221546450",
"AccountName"TM "Acme"
}
]
B. "Contact": [ { "CellPhone": "(212) 154-8562",
"Name": "Edward Stamos"
},
t
"CellPhone". "(650) 156-1102",
"Name": "Howard Jones"
}