Before Vs After Trigger

Before Trigger: When you save a record (insert / update) Salesforce fires a DML statement to its database, internally. All the code written in the “before update” triggers, executes BEFORE that DML is committed to Salesforce Database. In case of update or validate record values before they’re saved to the database in the same object. … Continue reading Before Vs After Trigger