Salesforce Certified OmniStudio Consultant — Question 12
A company implements an integration procedure that is invoked from an OmniScript. The integration procedure includes a very long-running process that makes users impatient.
Which feature should the consultant recommend to improve performance and address users’ concerns?
Answer options
- A. Batch jobs
- B. Chaining
- C. Conditions
- D. Try Catch
Correct answer: B
Explanation
The correct answer is B, Chaining, as it allows for the execution of multiple processes in a sequence, improving the overall user experience by not holding up the interface during long-running tasks. The other options, such as Batch jobs, Conditions, and Try Catch, do not directly address the need for improving performance in this context.