Salesforce Certified OmniStudio Developer — Question 27
Users receive an APEX CPU Limit Exceeded error when running an OmniScript in a Salesforce Community. The OmniScript includes an Integration Procedure that contains two DataRaptors.
Which two locations should the developer check to troubleshoot the issue? (Choose two.)
Answer options
- A. Community logs
- B. DataRaptor configuration
- C. Action Debugger
- D. Script Configuration
Correct answer: B, C
Explanation
The correct answers are B and C. Checking the DataRaptor configuration helps ensure that the DataRaptors are correctly set up, as inefficient configurations can lead to performance issues. The Action Debugger is useful for monitoring the execution of actions within the OmniScript, allowing developers to identify bottlenecks related to CPU limits, while the other options may not provide relevant insights for this specific error.