Activity Forums Salesforce® Discussions What is trigger dispatcher in salesforce ?

  • Deepak

    Member
    April 6, 2020 at 1:32 pm

    Hi Ayush,
    <Object>TriggerDispatcher
    The trigger dispatcher classes contains the methods to handle the trigger events and this is the place where the developers had to instantiate the appropriate trigger event handler classes.

  • Marziya

    Member
    April 6, 2020 at 1:36 pm

    Hii Ayush,
    The dispatcher is responsible for making sure all of the applicable methods on your trigger handler are called, depending on the current trigger context. It also contains a check to make sure that the trigger has not been disabled.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos