A customer sets up to LWC Omniscripts, one embedded into another. Account is set in a Set Values element in the parent Omniscript.
The AccountId set in the parent Omniscript is used to another Set Values element ContextAccountid in the embedded OmniScript. The embedded Omniscript is activated.
While previewing the OmniScript flow from the parent, it is found that Account is set correctly in the parent OmniScript. However. ContextAccountId in the embedded OmniScript is not set with the AccountId from parent Omniscript. On
previewing the embedded OmniScript individually, it is found that ContextAccountId is set correctly.
What is the reason for this? Refer to the exhibit below.
A. Both parent and embedded OmniScripts have the same element name for the Set values element.
B. A developer failed to include a Navigation Element to pass data from the parent OmniScript.
C. The LWC PubSub Message flag in the Set Values action of the parent has not been set.
D. The flag passDataJSON in the parent OmniScript in not configured correctly.
A developer is configuring the API URL in an HTTP Action element within an Integration procedure.
What is the merge code syntax for passing a Date node from an element named SetValues in the URL?
A. x%SetValues.Date%
B. (` Setvalues'] [ `Date']
C. %SetValues Date
D. {(SetValues. Date)}
A developer needs to build a DataRaptor Transform to send current weather to both an OmniScript Card Layout. Which of these samples would be valid for the Expected Output JSON?
A. Option A
B. Option B
C. Option C
D. Option D
Refer to the exhibit.
The card layout uses an integration Procedure as a data source. The cards use the layout data source.
Which JSON data structure supports this card layout and follows best practices?
A. Option A
B. Option B
C. Option C
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
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 Pabel, {recordId} is misspelled in the Data Source Input Map.
B. The field name in the FlexCard state does not match the DataRaptor Extract's Output JSON Path name.
C. In the FlexCard state, the Field type for the field does not match the type in the Salesforce record.
D. There are No test Data test Parameters configured.
A customer has a new Engagement Manager who is going to be the new Primary Contact for the Account.
What type of mapping does a DataRaptor Load use to create the new contact and then add it as the new Primary Contact?
A. Relationship Query
B. Linked Mapping
C. Lookup Mapping
D. Lookup Key
Refer to the exhibit.
A developer creates an OmniScript display FirstName, LastName, and BirthDate of a contact using a Type Ahead Block. The DataRaptor used in the Type Ahead has been tested and fetches the correct data.
When previewing Omniscript, the developer enters a name in the Type Ahead and makes a selection of a contact from the list. However, the text fields FirstName. LastName, and BirthDate are not getting populated with the data.
What is the reason that the fields fail to display the fetched data?
A. Lookup Mode is not selected in the properties of the Type A Head Block.
B. Use Data JSON is not selected in the properties of the Type Ahead Block.
C. FirstName, LastName, and BirthDate are not placed inside the Type ahead Block.
D. The Typeghead ley is not in the correct format
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
When launching an OmniScript from an action on a FlexCard, the OmniScript displays, but no Salesforce data is populated Which two errors could cause this behavior? Choose 2 answers
A. The Id Field for Actions in the FlexCard is blank.
B. There is no active version of the Data Raptor Extract.
C. There is no active version of the OmniScript
D. In the DataRaptor Extract Action, the Input Parameters Filter Value is misspelled.