Summer Certification Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Salesforce Developer OmniStudio-Developer Updated Exam

Salesforce Certified OmniStudio Developer Plat-Dev-210 Questions and Answers

Question 33

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

Choose 2 answers

Options:

A.

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

B.

In the DataRaptor Load, in the Preview tab, the Record is from the wrong record type.

C.

The input JSON paths In the DataRaptor Load do not match the JSON from the OmniScript.

D.

ContextId is misspelled in the merge code that passes the Recordld to the DataRaptor

Question 34

An OmniStudio Developer creates a FlexCard that displays a contact ' s mailing address and needs to pass the contact ' s postal code to a child FlexCard.

How should the developer configure the attribute value on the parent FlexCard?

Options:

A.

{Parent.postalcode}

B.

{Params.postalcode}

C.

{postalcode}

D.

{attr.postalcode}

Question 35

A developer writes an OmniScript that includes a DataRaptor that updates the Account statue 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?

Options:

A.

Populate the Lookup object and Lookup fields

B.

Check the Upset key and is required for Upsert checkboxes on the Account id field

C.

Check the Upsert key checkbox on the Account Status field

D.

Check Overwrite Target for all Null input checkbox on the Account id field

Question 36

A developer is building an OmniScript and needs to save to Salesforce and to an AWS Order Management system.

Which OmniScript element could save all of this data?

Options:

A.

DataRaptor Post Action

B.

HTTP Action

C.

Integration Procedure Action

D.

DataRaptor Load Action