Activity Forums Salesforce® Discussions What is the Method to call a Salesforce Trigger from the main class?

  • shariq

    Member
    September 4, 2018 at 7:58 PM

    Hi Anurag,

    Trigger is block of code that executes before and after a DML is performed that is -record is Inserted/Updated/Deleted from the force.com database. So if you are performing any DML in your apex code it will call the trigger.

    Hope this helps.

Log In to reply.