A developer creates a FlexCard with five state elements. For of the states have a condition. To test the FlexCard, the developer previews it using sample data that causes two of the states to have trueconditions.
In this scenario, how will the developer know which state will display?
Correct Answer:
C
A developer needs to create . DataRaptor to retrieve the name of an account for a contact. Following best practices, how should a developer configure the extraction steps?
Correct Answer:
A
…… configure Additional input to send exactly the same data?
Assume that the develop checkedSend Only Additional input.
Correct Answer:
D
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 elementContextAccountid 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.
Correct Answer:
C
A developer needs to build a multi-step intake form. Each step must allow the user tocancel the intake at any time. The developer is using an LWC OmniScript to build the form.
How should the developer implement the cancel functionality for all steps using the LWC OmniScript
Designer?
Correct Answer:
A