Salesforce Fact #360 | Delete trigger on child object in MD relationship

Do you know the delete triggers on child object are not fired in case of master-detail relationship. When we are deleting the parent record, it will delete all the related child records using cascade delete but the child object delete triggers are not fired.

In order to execute the trigger, the child records need to be deleted individually.


Comments

Popular posts from this blog

Salesforce Fact #192 | Call batch apex from flow

Salesforce Fact #457 | Get current user role name in flow