May 2019
Intermediate to advanced
546 pages
12h 41m
English
You need to know that a trigger executes logic for each of the records in the list with records that you want to update or insert, even if you don't want it to trigger the logic. If you created a trigger for an account that executes logic after the creation of the account, the logic will trigger after each insert operation of an account. This probably isn't necessary, and you can avoid executing some logic when it is not necessary:
Read now
Unlock full access