You need to sign in to do that
Don't have an account?
Trigger on account deletion related contacts also delete
i want to write a trigger when i delete account related contacts also get deleted,please help me
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
Contacts and Accounts have a lookup relationship but this relationship has a property called CascadeDelete set to true. This is why the contact is deleted when the parent object is deleted.
Thanks
Anupama