What should your first step be in troubleshooting whether a DataRaptor Extract is retrieving data?
A. Go to the PREVIEW tab in OmniScript to test.
B. Go to the Industry Console and reload the page to test.
C. Deactivate the card and layout, and go to the PREVIEW tab for the card to test.
D. Add a key/value pair in the DataRaptor to test it
If the email address of a Contact is changed in an OmniScript, which of the following should be configured to update the contact's record in Salesforce?
A. A DataRaptor Transform that maps the new Email address to the old Email address field.
B. A DataRaptor Extract that includes the Recordld, the upsert key selected, and the new Email address.
C. A DataRaptor Load that includes the Recordld, the upsert key selected, and the new Email address.
D. A DataRaptor Transform that includes the previous email with the upsert key selected and the new Email address.
You want to edit a FlexCard. Which question should you ask and answer before you make changes to the active version of the FlexCard?
A. Is the FlexCard used anywhere else?
B. Will the FlexCard only be used for testing?
C. Where will the FlexCard be available to use?
D. Has the FlexCard been cloned before?
You are troubleshooting an Integration Procedure with two elements: a Remote Action named FetchCart and a Response Action named ResponseCart. In PREVIEW, what JSON node shows the data sent to the Remote Action?
A. ResponseCartDebug
B. ResponseCart
C. FetchCartDebug
D. FetchCart
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
You are configuring an Integration Procedure Action in an OmniScript. The OmniScript needs a JSON response from the Integration Procedure, but you do not want to wait for the response for the user to proceed.
What feature do you enable?
A. Toast Completion
B. Invoke Mode Fire and Forget
C. Invoke Mode Non-Blocking
D. Use Future
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
How is data accessed for a Field element in a FlexCard that wants the AccountName?
A. records
B. {records}
C. {AccountName}
D. AccountName
You want to pass the postalcode attribute from a parent to a child FlexCard. What do you enter for the Value on the parent FlexCard?
A. {params.postaiCode}
B. {Parent PostalCode}
C. {PostalCode}
D. {Params.PostalCode}
In an OmniScript, what is unique about a Requirement in a Messaging element?
Choose 2 answers
A. It makes the banner yellow
B. It requires a Validate Expression
C. It is only availability for the false message
D. It sets the element to required
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"
}
You want to use a custom icon in a FlexCard. How would you do this?
A. Select Salesforce SVG as the icon type and scroll through until you find the custom icons
B. Select Custom as the icon type and search for the custom icon you want from the library
C. Select Salesforce SVG as the icon type and search for custom to find the custom icon
D. Select Custom as the icon type and enter the icon URL in the Image Source field
In a Calculation Procedure, what is required for the output of a Calculation Step to be used in an Aggregation Step?
A. |t must be a calculation step
B. It must be a matrix lookup step
C. It must be included in the calculation output
D. It must be included in constants