You need to sign in to do that
Don't have an account?

How can delete multiple child objects records before parent record delete
Example:
Case -- Parent
A -- - child
B --- - child
C --- child
when i deleting Case records ,i needs to delete A ,B and C records associate parent Records.
Using apex?
Urgent------------
Case -- Parent
A -- - child
B --- - child
C --- child
when i deleting Case records ,i needs to delete A ,B and C records associate parent Records.
Using apex?
Urgent------------
but if it is lookup then you can write trigger on Case (After Delete) Object.
Thanks