Posts

Showing posts from March, 2022

LinkedIn

Salesforce Asynchronous Execution Approaches - Low-Code, Pro- Code and Hybrid

Image
Salesforce Asynchronous Execution Approaches - Low-Code, Pro- Code and Hybrid Salesforce gives us multiple ways by which we can execute functionalities asynchronously. But why we need asynchronous mode of execution? What are it’s advantages? What are the different approaches by which we can execute functionalities asynchronously in salesforce and how are they different. We are going to see all these details as part of this blog. Overview We are going to discuss below points as part of this blog: What is a transaction in Salesforce A transaction is a related set of operations or actions which are executed in a sequential manner, when some record changes are happening in Salesforce - manually or by an automated process. As an example, when a user tries to create a new Opportunity in salesforce from user interface, it will trigger a sequence of actions at the back end which includes, firing validation rules on opportunity, running customization logic implemented through Flows/Triggers et