May 2019
Intermediate to advanced
546 pages
12h 41m
English
This returns true if the trigger has fired due to an insert DML operation:
if (Trigger.isInsert){ // perform logic when a record will be inserted}
Read now
Unlock full access