Options for Async Execution
At last, we’re ready to dive into performance optimizations! All the prep work is done; we are now tracking our code and configuration changes and can go back to the previous version at any time; we have our performance stats and know exactly which metrics we’re trying to improve. So, let’s start improving our app’s performance. The best place to start is the area where a simple configuration change may produce a massive performance impact with just a few clicks. Will this be the case with your app? Let’s look at the OmniStudio async execution options and how they can be applied.
In this chapter, you will learn the following:
- Why to consider async code execution
- Three quick, configuration-based ways to bypass governor limits in Integration Procedures
- How to call Integration Procedures from Apex and Lightning Web Components (LWC)
- Four ways to run async code on the Salesforce platform and how it can...