List of questions
Related questions
Question 63 - Certified OmniStudio Developer discussion
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: Customer10: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?
A.
To %%Details:Customer|0:ID%%
B.
To %%Details:Customer|n:ID%
C.
To %%Details:Customer|1:ID%
D.
To $Details:Customer|0:ID$
Your answer:
0 comments
Sorted by
Leave a comment first