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?
A. Check the Enable Cancel checkbox in the Setup tab under Cancel Options.
B. Add a navigation Action inside each step and set the Component name to `'Cancel'',
C. Add a navigation Action outside each step and set the Element Name to `'Cancel'',
D. Add a navigation Action inside each step and set the Element Name to `'Cancel'',
Refer to the exhibit below. A developer has configured an integration Procedure element with Additional input.
Alternatively, how could the developer configure SEND/RESPONSE TRNSFORMATION to send exactly the same data? Assume the developer has un-checked Send Only Additional input.
A. Option A
B. Option B
C. Option C
D. Option D
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 writes an OmniScript that includes a DataRaptor that updates the Account status based on information provided from the OmniScript. The information must be updated only if the Account record already exists. Otherwise, a new account must be created.
How should the developer accomplish this task?
A. Check the Upsert Key checkbox on the Account Status field
B. Check the Upsert Key and Is Required for Upsert checkboxes on the Account Id field
C. Populate the Lookup Object and Lookup Fields
D. Check Overwrite Target For All Null Inputs checkbox on the Account Id field
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
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 is creating an OmniScript that provisions trail orgs to their customers. The following text block in the Omniscript uses a merge code to display the ID for the new trail org:
A. To %sDetails: Customer|0: ID$
B. To %Details: Customer|1: ID%
C. To %%sDetails: Customer|0: ID%%
D. To %Details: Customer|n: ID%
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 building a DataRaptor Load for an Integrate Procedure used in an OmniScript.
Based on best practices, how should the developer configure the Input JSON?
A. Copy the Input JSON from the DataRaptor Acton Debug node.
B. Build the Input JSON node by node m an editor.
C. Copy the Input JSON from the OmniScript {Data} modal.
D. Build the Input JSON node by node m the DataRaptor Designer.
Refer to the following row-versioned calculation matrix.
The developer needs to delete the row that contains the Code CA-SF. If the developer deletes that row in Version 3, what is the result?
A. The row is delete only in Version 3.
B. The row is deleted In Versions 2 and 3 but will remain in Version 1.
C. The row is deleted in Version 3 and Version 1.
D. The row is deleted in all versions
A developer is creating an OmniScript that Provisions trial orgs to their customers. The following text block in the OmniScript uses a merge code to display the ID for the new trial org:
Welcome to Salesforce
Your ID is %Details: Customer10:ID%
During testing, the developer notices that the ID does not display. The data JSON is structured as shown below.
How should the developer correct the merge code in order for the ID to display?
A. To %%Details:Customer|0:ID%%
B. To %%Details:Customer|n:ID%
C. To %%Details:Customer|1:ID%
D. To $Details:Customer|0:ID$
A developer needs to transform contact data into a JSON array.
Given the input JSON shown above, what are two ways a developer could configure a DATARaptor transform to achieve the expected Output JSON? Choose 2 answers
A. Use a formula LIST(Contact), and add the output of the formula as the input in the Transform tab.
B. Set the Input JSON path as List(Contact) and the OutputJSON Path as Contact.
C. Set the Input JSON Path as Contact the out JSON Path as contact and output Data type as List.
D. Set the input JSON Path as Contact and the OutPut JSON Path as List (Contact)
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
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
A developer creates an Integration Procedure with a Set Values and a DataRaptor Extract Action that requires AccountId as a key. When the developer previews the Integration Procedure, the developer enters the AccountId correctly and execute the Preview. The developer sees the data extract by the DataRaptor in the Debug Log, but the response is empty.
What is the likely cause of this issue?
A. The DataRaptor Action did not have the add response Ro Response JSON property set to true.
B. The Response cannot be previewed directly.
C. A Response Action was not added to the integration Procedure.
D. The AccountId used for the preview is invalid.