Problem Statement: A plugin written on delete on a record in dynamics CRM does not trigger.
Solution: Check your code, the target should be entity reference and not entity.
In case of delete, the system does not pass the entire information of the record, it provides only GUID and other relevant data. Thus we always create a pre image when we write plugins on Delete Message.
Comments
Post a Comment