Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Certified OmniStudio Developer All Questions

View all questions & answers for the Certified OmniStudio Developer exam

Exam Certified OmniStudio Developer topic 1 question 52 discussion

Actual exam question from Salesforce's Certified OmniStudio Developer
Question #: 52
Topic #: 1
[All Certified OmniStudio Developer Questions]

A developer needs to build a multi-step intake form. Each step must allow the user to cancel the intake at any time. The developer is using an LWC OmniScript to build the form.
How should the developer implement the cancel functionality for all steps using the LWC OmniScript Designer?

  • A. Check the Enable Cancel checkbox in the Setup tab under Cancel Options.
  • B. Add a Navigate Action inside each step and set the Element Name to "Cancel".
  • C. Add a Navigate Action inside each step and set the Component Name to "Cancel".
  • D. Add a Navigate Action outside each step and set the Element Name to "Cancel".
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Tonganeitor
2 months, 2 weeks ago
Correct answer is A https://help.salesforce.com/s/articleView?id=sf.os_enable_and_configure_cancel_functionality_in_an_lwc_omniscript.htm&type=5
upvoted 2 times
...
ppremy
1 year, 6 months ago
Selected Answer: C
To implement cancel functionality for all steps in an LWC OmniScript, the developer should add a Navigate Action inside each step and set the Component Name to "Cancel". This will create a "Cancel" button in each step of the form, allowing the user to cancel the intake at any time. Option B, adding a Navigate Action and setting the Element Name to "Cancel", would create a link or button with the label "Cancel" that would navigate to a different element in the same step, not allowing the user to cancel the entire intake. Option A, checking the Enable Cancel checkbox in the Setup tab, would enable a global cancel button for the entire form, but this may not be desirable if the user needs to cancel only the current step. Option D, adding a Navigate Action outside each step and setting the Element Name to "Cancel", would create a global "Cancel" button that would cancel the entire form, not just the current step.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting 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.

SaveCancel
Loading ...