Salesforce Certified OmniStudio Developer — Question 32

A healthcare company wants to enable its subscribers to add, edit, or delete dependents related to their policy via their Community portal. The developer on the project decides to use an OmniScript.
How should the developer configure the OmniScript to provide this functionality?

Answer options

Correct answer: C

Explanation

The correct answer is C because using an Edit Block element with Remote Actions allows for direct interaction with the data, enabling users to add, edit, or delete dependents effectively. Options A and D do not provide the necessary functionality for data editing, while option B's use of SOQL statements is not suitable for real-time user input and updates.