Activity Forums Salesforce® Discussions What is the use of $A.enqueue Action(action) in Salesforce Lightning Component?

  • Deepak

    Member
    August 21, 2019 at 11:54 am

    It adds the server-side controller action to the queue of actions to be executed. Rather than sending a separate request for each individual action, the framework processes the event chain and batches the actions in the queue into one request. The actions are asynchronous and have callbacks

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos