Summer Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Salesforce OmniStudio-Developer - Salesforce Certified OmniStudio Developer Plat-Dev-210

Page: 2 / 6
Total 180 questions

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, whatis the result?

A.

The row is deleted 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

Refer to the exhibit below. What JSON code correctly represents the step in the OmniScript Structure panel shown?

A)

B)

C)

A.

Option

B.

Option

C.

Option

Which two fields in an Integration Procedure or Data Mapper can execute a function like CONCAT or DATEDIFF?

Choose 2 answers

A.

In a Data Mapper in an Output Tab Output JSON Path

B.

In a Set Values Action in a Value field

C.

In a Data Mapper Action in an Input Parameters value field

D.

In a Remote Action in an Additional Output value field

Ursa Major Solar needs to embed an OmniScript for external users on a third-party website, not hosted on Salesforce. To achieve this, the OmniStudio Developer must use a method that allows prefilling the OmniScript with data passed in the URL.

Which configuration should the developer choose?

A.

Generate a URL for the OmniScript and append parameters using the c__ namespace prefix.

B.

Configure a CORS policy and use a standard Lightning Out application.

C.

Use a Vlocity Lightning web component configured for off-platform display.

D.

Embed the OmniScript within an iFrame that points to an Experience Cloud page.

Refer to the exhibit.

A developer has configured an integration Procedure element with SEND/RESPONSETRANFORMATIONS 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)

B)

C)

A.

Option A

B.

Option B

C.

Option C

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.

A.

The WLC PubSub Messge flag in the Set Values action of the parent OmniScript has not been set.

B.

The flag passData.JSON in the parent OmniScript in not configured correctly.

C.

A developer failed to includea Navigate Action Element to pass data from the parent OmniScript.

D.

Both parent and embedded OmniScripts have the same element name for the Set Values element.

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?

A.

{Parent.postalcode}

B.

{Params.postalcode}

C.

{postalcode}

D.

{attr.postalcode}

An Integration Procedure uses an HTTP action to make a REST API call. The response from the REST API must be converted into a specific XML structure before sending it as an input to another external web service.

How should the developer configure the Integration Procedure to meet this requirement?

A.

Use a Remote Action that calls the XMLStreamWriter class.

B.

Use a Data Mapper Extract and check the XML checkbox on the Output JSON Path.

C.

Use a Remote Action that calls the XMLStreamReader class.

D.

Use a Data Mapper Transform to convert JSON to XML.

Ursa Major Solar has a FlexCard that displays customer account information. A requirement exists to show an Overdue status block only when the Account Balance field from the data source is greater than zero. How should the OmniStudio Developer implement this conditional visibility on the Block element?

A.

Add a rendering condition to the Block element that evaluates if Account Balance > 0.

B.

Configure a Filter in the Setup tab of the FlexCard.

C.

Create a new Card State that is active when the balance is positive.

D.

Use a Flyout action that only triggers when the balance is positive.

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