May 2019
Intermediate to advanced
546 pages
12h 41m
English
This returns true if the trigger has fired before the record was saved to the database:
if (Trigger.isBefore){ // perform logic before the record is saved to the database}
Read now
Unlock full access