Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

Salesforce OmniStudio-Developer - Salesforce Certified OmniStudio Developer (SP25)

Page: 3 / 3
Total 102 questions

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 Integration Procedure with a Set values and a DataRaptor Extract Action that requires Accountld as a key. When the developer previews the Integration Procedure, the developer enters the Accountld correctly and executes the preview. The developer sees the dataextracted by the DataRaptor in the Debug Log, but the response is empty.

What is the likely cause of this issue?

A.

The Response cannot be previewed directly.

B.

The DataRaptor Action did not have the Add Response To Response JSON property set to true.

C.

A Response Action was not added to the Integration Procedure.

D.

The Accountld used for the preview is invalid.

An OmniScript displays data from an API using an Integration Procedure, but some of the data is missing.

Which two configuration errors could cause this?

Choose 2 answers

A.

The missing data is trimmed in the Integration Procedure Action Response JSON Path.

B.

The element name for the missing data does not match the JSON node key in the Integration Procedure Response.

C.

The Integration Procedure Preview Input Parameters do not match the JSON sent from the OmniScript.

D.

The JSON sent from the Integration Procedure Action does not match any of the Original Input for the Integration Procedure.

In an Expression Set, what is required for the output of a Calculation Step to be used in an Aggregation Step?

A.

It must be included in constants.

B.

It must be included in the output.

C.

It must be a calculation step.

An OmniScript updates data from one Salesforce record, but when it completes, only some of the data is updated in Salesforce. A Data Mapper Load saves the data. What error could cause this behavior?

Choose 2 answers

A.

The Input JSON paths in the Data Mapper Load do not match the JSON sent from the OmniScript.

B.

The fields that are not updated are read-only in Salesforce.

C.

In the Data Mapper Load, in the preview tab, the RecordId is from the wrong record type.

D.

ContextId is misspelled in the merge code that passes the RecordId to the Data Mapper.

A developer needs to configure a calculation procedure to calculate the sum of the entire base price.

What is the most efficient way for the developer to meet this requirement?

A.

Create a Postprocessor apex class to calculate the sum.

B.

Add an Aggregation Step as SUM (BasePrice)

C.

Add A Calculation Step as SUM (BasePrice).

D.

Create a Preprocessor class to calculate the sum

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)}

Why would a developer clone an Integration Procedure instead of versioning it?

A.

The new Integration Procedure uses a Cache Block.

B.

The new Integration Procedure will be used independently.

C.

The new Integration Procedure is replacing stub data.

D.

The new Integration Procedure is Chainable.

A developer needs to configure an Expression Set to calculate the sum of the entire BasePrice.

What is the most efficient way for the developer to meet this requirement?

A.

Add a Sub Expression step as SUM(BasePrice).

B.

Add a Calculation Step as SUM(BasePrice).

C.

Add an Aggregation Step as SUM(BasePrice).

A developer is configuring a DataRaptor Load to Savecontract data. The developer needs to set the record type of the contact using DeveloperName.

Which two configuration actions should the developer take to set this up in the DataRaptor Load?

A.

Check is Lookup property when mapping the fields.

B.

Add Link to RecordType object in the Contact Object with the id field of RecordType object.

C.

Select RecordType in the Lookup object list. Development in the lookup Field list, and ID in the Lookup Requested Field list.

D.

Select RecordType in the Lookup Object list. ID in the Lookup Field list, and Development in the Lookup requested Field list.