hiexam
salesforce · Certified-OmniStudio-Developer · Q602 · multiple_choice · topic_1

A developer is creating an OmniScript that provisions trial orgs to their customers. The following text block in the Om…

A developer is creating an OmniScript that provisions trial orgs to their customers. The following text block in the OmniScript uses a merge code to display the ID for the new trial org: Welcome to Salesforce! Your ID is %Details:Customer|0:ID% During testing, the developer notices that the ID does not display. The data JSON is structured as shown below. How should the developer correct the merge code in order for the ID to display? //IMG//
  • A.To %Details:Customer|n:ID%
  • B.To $Details:Customer|0:ID$
  • C.To %Details:Customer|1:ID%
  • D.To %%Details:Customer|0:ID%%
Explanation
Selected Answer: C indexes starts from 1

Reference: examtopics_top_comment

Practice with progress tracking

Sign in to track wrong answers, get spaced-repetition reminders, and run timed exam mode.