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: 3 / 6
Total 180 questions

An OmniStudio Developer needs to duplicate an existing Data Mapper and begin development on a new requirement that uses the original as a starting point. What is the most straightforward method to accomplish this?

A.

Manually copy and paste the SOQL and map in a new Data Mapper.

B.

Use the SFCLI to pull, rename the JSON, and push the component.

C.

Use the Clone button within the Data Mapper Designer.

D.

Create a new Integration Procedure to call the old Data Mapper.

No More Homelessness, a nonprofit organization, needs to implement a solution for its case managers to quickly view an applicant ' s pending service requests, which are stored in both Salesforce Contact records and an external grant management database. The solution must display the data consistently without requiring the case manager to navigate away from the Contact record.

Which OmniStudio tool should the OmniStudio Developer use to retrieve and display the combined data in a single, focused view on the Contact record page?

A.

Data Mapper Transform

B.

Calculation Procedure

C.

OmniScript

D.

FlexCard

Refer to the exhibit below. What is the merge code needed for this Integration Procedure structure to pass a CaseData node from the HTTP Action ' s output to the DataRaptor Transform Action?

A.

%HTTPGetDetails:CaseData%

B.

%DRXformCaseData: CaseData%

C.

{{ HTTPGetCaseDetails:CaseData}}

D.

{{CaseData}}

An OmniStudio Developer at Ursa Major Solar is building a guided process for solar panel installation requests using a parent OmniScript. This parent script needs to launch a child OmniScript to perform a detailed site assessment. The developer must ensure the child script receives the Address and Contact nodes from the parent data JSON. Which property on the child OmniScript element should the developer use to accomplish this?

A.

Use the Additional Input property with key/value pairs.

B.

Set the PreFill property with the appropriate JSON.

C.

Configure the ContextId property with the parent record ' s ID.

D.

Use the LWC Component Override property to map the data.

A user attempts to launch an OmniScript from a record page, but an error message appears: " You do not have permission to access the Lightning Component [OmniScript Name]. " The OmniStudio Developer confirms the user ' s profile has the Vlocity OmniScript runtime access enabled.

What is the most likely security-related cause the developer should investigate?

A.

The OmniScript ' s Save Options are incorrect.

B.

The user is missing the required FlexCard permissions.

C.

The user is missing access to the underlying Apex Classes used by the OmniScript ' s Data Mappers or Remote Actions.

D.

The OmniScript ' s Multi-language property is disabled.

Refer to the exhibit.

What JSON code correct represent the step in the OmniScript Structure panel shown?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

When deploying OmniStudio components using the Vlocity Build Tool, what is the typical file format that contains the metadata and definition for a component like a Data Mapper?

A.

DOCX

B.

CSV

C.

XML

D.

JSON

An OmniStudio Developer needs to configure an OmniScript to display context-sensitive help articles from Salesforce Knowledge on a specific step related to complex product information.

A.

Knowledge Action

B.

Messaging Framework

C.

Knowledge Articles property on the Step element

D.

Custom LWC for Knowledge integration

What should a developer ' s first step be when troubleshooting whether a DataRaptor Extract is retrieving data?

A.

Go to the Lightning Console and reload the page to test.

B.

Go to the PREVIEW tab In OmniScript to test.

C.

Deactivate the card and layout, and go to the PREVIEW tab for the card to test.

D.

Add a key/value pair in the DataRaptor to test it.

The phone number of a Contact is changed in an OmniScript. What should an OmniStudio Developer configure to update the Contact record in Salesforce?

A.

A Data Mapper Extract that includes the RecordId, the upsert key selected, and the new phone number

B.

A Data Mapper Transform that maps the new phone number to the old Phone Number field

C.

A Data Mapper Transform that includes the previous phone number with the upsert key selected and the new phone number

D.

A Data Mapper Load that includes the RecordId, the upsert key selected, and the new phone number