A
trigger is a piece of Apex code that executes before or after the following types of operations:
trigger is a piece of Apex code that executes before or after the following types of operations:
- insert
- update
- delete
- merge
- upsert
- undelete
Apex can be invoked through the use of triggers.
Cheers!!!