Salesforce Certified OmniStudio Developer — Question 57
A developer is configuring an Integration Procedure Action in an OmniScript. The OmniScript needs a JSON response from the Integration Procedure but does not need to wait for the response for the user to proceed.
Which feature should the developer enable?
Answer options
- A. Invoke Mode Non-Blocking
- B. Invoke Mode Fire and Forget
- C. Toast Completion
- D. Use Future
Correct answer: A
Explanation
The correct answer is A, Invoke Mode Non-Blocking, which allows the OmniScript to continue without waiting for the Integration Procedure's response. Option B, Invoke Mode Fire and Forget, is similar but may imply that no response handling is necessary, which is less accurate in this context. Options C and D are not relevant to the requirement of handling a JSON response.