| PDF + Test Engine |
|
||
| Test Engine |
|
||
|
|
Here are Salesforce OmniStudio-Developer PDF available features:
| 180 questions with answers | Updation Date : 21 Jun, 2026 |
| 1 day study required to pass exam | 100% Passing Assurance |
| 100% Money Back Guarantee | Free 3 Months Updates |
Which two of these options can a developer use to retrieve data from a Salesforce object? Choose 2 answers
A. A DataRaptor Load Action
B. A DataRaptor Extract Action
C. A Lookup Input Element
D. A DataRapt or Post Action
A developer has a requirement to create a child FlexCard that contain all of its parent FlexCard’s records in a Datatable.
A. {Records[0]}
B. {Records}
C. {Params records}
D. {recordId}
Refer to the exhibit
What is the output?
A. Null
B. 13.99
C. 12.99,13.99
D. 12.99
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 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’’,
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 creates a DataRaptor Extract to retrieve data to pass to an external service. The external service expects the field value to be integer. However, the DataRaptor is sending it as a string. Which action can the developer take to fix this?
A. In the DataRaptor Output tab, select the Output Data Type of that field to Integer.
B. In the DataRaptor Output tab, enter the default value as 0 on the field.
C. In the DataRaptor Extract tab, set the Input Data Type field to Integer.
D. In the DataRaptor Formula tab, define a formula using the function TOINTEGER anduse the formula as output.
What is the reason for this? Refer to the exhibit below.
A. The WLC PubSub Messge flag in the Set Values action of the parent OmniScript hasnot been set.
B. The flag passData.JSON in the parent OmniScript in not configured correctly.
C. A developer failed to include a Navigate Action Element to pass data from the parentOmniScript.
D. Both parent and embedded OmniScripts have the same element name for the SetValues element.
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’sTest Data Source Settings.
An OmniScript displays data from an API using Integration Procedure, but some of the data is missing. Which two configuration errors could cause this? Choose 2 answers
A. The element name for the missing data does not match the JSON node key in theIntegration Procedure Response.
B. The Integration Procedure Preview Input Parameters do not match the JSON sent fromthe OmniScript.
C. The JSOW sent from the Integration Procedure Action does not match any of theOriginal Input for the Integration Procedure
D. The missing data is trimmed in the Integration Procedure Action Response JSON Path.