A developer needs to retrieve data from an external system that stores policy data. The external system supports REST APIs to access and update the policies. Due to the volume of the policy data and peak hours of hours of business, calls
to the REST APIs sometimes take longer than expected to response.
The developer creates an Integration Procedure to retrieve the policy data for use in an OmniScript.
Given the external system's knows performance issues, which configuration should be used to implement the call to the external system? Choose 2 answers
A. Set the Timeout property on the HTTP Action in the Integration Procedure
B. Configure a Remote action with timeout settings of 120000
C. Check the Chainable checkbox on the integration procedure Action in the OmniScript
D. Check the Chain on Step Check on the HTTP Action in the Integration Procedure
A developer is 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 Response Action?
A. FetchCart
B. Response
C. ResponseCartDebug
D. ResponseCart
A developer is creating a FlexCard and needs to display additional information using a Flyout.
Which two types of components can the developer embed in the flyout?
Choose 2 answer
A. An OmniScript
B. An Integration Procedure
C. A DataRaptor
D. A Child FlexCard
A developer has a requirement to create a child FlexCard that contain all of its parent FlexCard's records in a Datatable.
A. {Records[0]}
B. {Records}
C. {Params records}
D. {recordId}
Which two of these options can a developer use to retrieve data from a Salesforce object?
Choose 2 answers
A. A DataRaptor Load Action
B. A DataRaptor Extract Action
C. A Lookup Input Element
D. A DataRapt or Post Action
An OmniScript displays data from an API using Integration Procedure, but some of the data is missing. Which two configuration errors 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 JSOW 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.
A developer configure a Flexcard with a DataRaptor data source that uses the params.id as an. When the developer clicks Views Data on the FlexCard, valid data displays. However, when the developer previews the layout, the FlexCard does not display. What could cause this error?
Choose 2 answers
A. The Data Node field for the FlexCard is empty.
B. The RecordId in the Test Data Source settings ins for the wrong record type.
C. The attribute haven't been configured to pass the data to the fields.
D. There is not Salesforce record for the FlexCard based on the RecordId in the layout's Test Data Source Settings.
Refer to the exhibit below. A developer has configured an Integration Procedure element with SEND/RESPONSE TRANSFORMATIONS as shown. Alternatively, how could the developer configure Additional Input to send exactly the same data? Assume that the developer checked Send Only Additional Input.

A. Option A
B. Option B
C. Option C
D. Option D
Refer to the exhibit below.

What is the reason that the fields fail to display the fetched data?
A. Lookup Mode is selected in the properties of the Type Ahead Block.
B. FirstName, LastName, and BirthDate are not placed inside the Type Ahead Block.
C. The typeHead key is not in the correct format.
D. Use Data JSON is Not selected in the properties of the Type Ahead Block.
Refer to the exhibit below. What JSON from the DRGetContactDeteils action would display all six values correctly in the shown? BlkCases is a Repeat Block, and the names of the elements are the same as the label names without spaces.


A. Option A
B. Option B
C. Option C
D. Option D