function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sankumsankum 

triggers

what is the main difference between before trigger and after trigger?

explain with diagramatically??

asish1989asish1989

Hi

   Before trigger is executed before data is commited to the data base and After trigger executed after data is commited to the data base.In after Trigger we can acess related Object.

 

Did this post answers your question if so please mark it solved

 

 

 

Thanks