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)
"“ContactCellPhone™: "(212) 154-8562",
"ContactName": "Edward Stamos",
“AccountPhone": "2221546450",
"AccountName”: "Acme"
I
{
"ContactCellPhone™: "(650) 156-1102",
"ContactName": "Howard Jones",
"AccountPhone"™: "2221546450",
"AccountName"™ "Acme"
}
]
B)
"Contact": [
{
"CellPhone": "(212) 154-8562",
"Name": "Edward Stamos"
},
t
"CellPhone". "(650) 156-1102",
"Name": "Howard Jones"
}
What parent JSON node name must be sent to a Calculation Procedure?
When an OmniScript is launched from an Action on a FlexCard, the OmniScript displays, but no Salesforce data is populated. What error
could cause this behavior?
Choose 2 answers
Which twoof the items below must be defined before you can create a new OmniScript?
Choose 2 answers
Why would you clone an Integration Procedure instead of versioning it?
An OmniScript updates data from one Salesforce record, but when it completes, only some of the data is updated in Salesforce. A DataRaptor Load saves the data. What error could cause this behavior?
Choose 2 answers Calculator
An OmniScript saves data to Salesforce and to an AWS Order Management system. What OmniScript element could save all of this data?
Which of these checkboxes helps prevent a DataRaptor Load from creating duplicate records?
Your company is using an OmniScript on a Community page to take applications from new customers. The email address field is not
required when the customer fills in their contact information on the first step. On the last step, a customer indicates they would like to be
contacted via email, but on the first step they left that field blank. Which element will let you return the customer to that first step and
change the email field to a required field?