A company has deployed an OmniScript that is working as designed. During the process, the
OmniScript has multiple steps that allow the user to review lists of cases, contacts, quotes, orders, and contracts for an accour
Eachstep uses DataRaptor Extract Actions to retrieve Salesforce dat
- However, the OmniScript is reaching performance limitations, and the development team warns that they may begin hitting Governor limits.
Which two suggestions should the consultant propose to address this concern? Choose 2 answers
- Replace the DataRaptor Extracts with DataRaptor Turbo Extracts
- Add Limit filter in DataRaptor Extract
- Combine the DataRaptors into an Integration Procedure
- Add Order By filter in DataRaptor Extract
Answer(s): A,C
Explanation:
To improve the performance and avoid hitting Governor limits, the consultant should replace the DataRaptor Extracts with DataRaptor Turbo Extracts and combine them into an Integration Procedure. DataRaptor Turbo Extracts are optimized for speed and efficiency, and can retrieve large amounts of data without using SOQL queries. An Integration Procedure can execute multiple DataRaptor actions in one call, reducing the number of requests and processing time
Reveal Solution
Next Question