A developer creates a new FlexCard to display customer data and actions, such as updating billing information and changing the contact for the customer account. The FlexCard contains 10 fields and 5 actions.
During testing, several fields display with the correct data, but one of the fields shows only the label.
What could cause this?
A. The fields have exceeded the maximum number allowed on the card.
B. The field is null 0 the Salesforce record.
C. {recordld} us misspelled in the Data Source Input Map.
D. There are no test parameters configured.
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
In a calculation procedure, what is required for the output of a calculation step to be used in an aggregation step?
A. It must be included in constants.
B. It must be a matrix lookup step.
C. It must be a calculation step.
D. It must be included in the calculation output.
What two advantages does a DataRaptor Turbo Extract have over a standard DataRaptor Extract? Choose 2 answers
A. It populates data in PDF and DocuSign format
B. It is easier to configure
C. It has better performance at runtime
D. It supports complex field mappings
A developer creates an OmniScript to update billing information. After analyzing the different types of customer interactions that occur at the company, the developer determines updating billing information should be included in the majority of customer interactions, which are represented by more than 20 different FlexCards.
What is the most efficient way for the developer to configure the action that invokes the OmniScript?
A. As an OS Action
B. As a Custom Action
C. As an OmniStudio Action
D. As a Lightning Action
A developer is configuring an integration Procedure Action in an OmniScript. The Omniscript needs a JSON response from the Integration Procedure but does not need to wait for the response for the user to proceed.
Which feature should the developer enable?
A. Toast Completion
B. Use Future
C. Invoke Mode Fire and Forget
D. Invoke Mode Non-Blocking
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.
In an OmnoScript, a developer needs to configure a Disclosure element to require user input only if the user already checked a Non-Disclosure Agreement Checkbox. How should the developer configure the conditional view to meet this requirement?
A. Show element if true
B. Disable read only if true
C. Set element to optional if false
D. Set element to require if true
A developer is building an OmniScript and needs to retrieve data from Salesforce and from an on-premises billing database.
Which two OmniScript elements could retrieve this data?
Choose 2 answers
A. Navigate Action
B. DataRaptor Extract Action
C. HTTP Action
D. Response Action
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