Skip to main content

Posts

Showing posts from February, 2021

TIP: : Data Import Stuck in Parsing Stage

 Introduction: In a few rare scenarios, when you submit a file for Data Import, it might get stuck in parsing stage. Solution:  This can be due to resource limitation or network issues, you simply need to Cancel the Job and start a fresh one. Click on the Job from the Data Management>> Import views. Open the import record that is stuck, open system jobs--> go to more actions and cancel the job.

TIP: Plugin On Delete Does Not Trigger

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.