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

Salesforce Developer OmniStudio-Developer Book

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

Question 21

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?

Options:

A.

%HTTPGetDetails:CaseData%

B.

%DRXformCaseData: CaseData%

C.

{{ HTTPGetCaseDetails:CaseData}}

D.

{{CaseData}}

Question 22

A)

B)

Options:

A.

Option A

B.

Option B

Question 23

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?

Options:

A.

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

B.

The OmniScript ' s Save Options are incorrect.

C.

The OmniScript ' s multi-language property is disabled.

D.

The user is missing the required FlexCard permissions.

Question 24

An OmniStudio Developer needs an Integration Procedure that gets data from Salesforce, uses an Apex class to process the data, and then sends data to the entity that called the Integration Procedure. Which three elements provide this functionality?

Options:

A.

Data Mapper Post Action

B.

Response Action

C.

Data Mapper Extract Action

D.

Remote Action

E.

HTTP Action