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
Sachin10Sachin10 

Can before update and after update happen in the same execution?

Hi ,
Can before update and after update happen in the same execution?
Jayesh W.Jayesh W.
Hi Sachin,

Please check below link for Triggers and Order of Execution

http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_triggers_order_of_execution.htm

Regards,
Jayesh Wairale