Why Before Trigger should not have DML for other objects
if you update or delete a record in its before trigger, or delete a record in its after trigger, you will receive a runtime error. This includes both direct and indirect operations. For example, if you update account A, and the… Read More »Why Before Trigger should not have DML for other objects