Announcements
MS CRM Plugin/Console application : when parent entity record is deleted, automatically related child entity record could be deleted. (1:N referential entity)
*This post is locked for comments
While you can do this in the relationships, if you decide to do this in the relationships, make sure that you handle this in pre-operation plugin step code so that child entities are deleted before parent.
Hi DMat,
If you want to handle it in your code,
1) fetch the children of those records
2) delete the children using org service
3) delete the parent using org service
Hope this helps!!!
Best Regards,
Shahbaaz
André Arnaud de Cal...
294,118
Super User 2025 Season 1
Martin Dráb
232,866
Most Valuable Professional
nmaenpaa
101,158
Moderator