OmniStudio-Developer Exam Question 6

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
  • OmniStudio-Developer Exam Question 7

    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 true conditions.
    In this scenario, how will the developer know which state will display?
  • OmniStudio-Developer Exam Question 8

    A developer needs to build a multi-step intake form. Each step must allow the user to cancel 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?
  • OmniStudio-Developer Exam Question 9

    A customer sets up two LWC OmniScripts, one embedded into another. AccountId is set in a Set Values element in the parent OmniScript. The Accountid set in the parent OmniScript is used to set another Set values element ContextAccountId in the emvedded OmniScript. The embedded OmniScript is activated.
    While previewing the OmniScript flow from the parent, it is found that Account I set correct in the parent OmniScript. However ContextAccount 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.
  • OmniStudio-Developer Exam Question 10

    A developer is building a DataRaptor Load for an Integrate Procedure used in an OmniScript.
    Based on best practices, how should the developer configure the Input JSON?