Exam OmniStudio-Developer Topic 4 Question 20 Discussion
Actual exam question for Salesforce's OmniStudio-Developer exam
Question #: 20
Topic #: 4
Question #: 20
Topic #: 4
Refer to the exhibit below. What JSON code correctly represents the step in the OmniScript Structure panel shown?


Suggested Answer: C Vote an answer
Explanation
The JSON code correctly represents the step in the OmniScript Structure panel shown. The JSON code has the following properties:
The type is "Step", which indicates that this is a step element in the OmniScript.
The label is "Step 1", which matches the label shown in the panel.
The name is "Step1", which matches the name shown in the panel.
The elements property is an array that contains one element, which is a text field.
The text field element has the following properties:
The type is "Text", which indicates that this is a text field element.
The label is "Text Field 1", which matches the label shown in the panel.
The name is "TextField1", which matches the name shown in the panel.
The value property is an empty string, which indicates that this text field has no default value.
The JSON code correctly represents the step in the OmniScript Structure panel shown. The JSON code has the following properties:
The type is "Step", which indicates that this is a step element in the OmniScript.
The label is "Step 1", which matches the label shown in the panel.
The name is "Step1", which matches the name shown in the panel.
The elements property is an array that contains one element, which is a text field.
The text field element has the following properties:
The type is "Text", which indicates that this is a text field element.
The label is "Text Field 1", which matches the label shown in the panel.
The name is "TextField1", which matches the name shown in the panel.
The value property is an empty string, which indicates that this text field has no default value.
by kingduytan at Dec 31, 2023, 06:36 PM
0
0
0
10
Comments
kingduytan
2023-12-31 18:36:25Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).