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
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
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,269 Super User 2024 Season 2
Martin Dráb 230,198 Most Valuable Professional
nmaenpaa 101,156