The Problem
After a recent CRM Solution deployment to our Dynamics CRM 365 environment users started encountering the below plugin error when updating a Contacts entity record.
System.NullReferenceException: Object reference not set to an instance of an object
This was quite puzzling because we had only added a new field to an existing entity. We also couldn’t replicate the issue in our other CRM environments .
The Solution
After some troubleshooting we discovered that part of our plugin configuration had strangely been lost immediately after the CRM Solution deployment. The Post Image was missing.
We added the Post Image back in using the CRM Plugin Registration tool (which is bundled in the CRM SDK). Following this, the plugin errors immediately stopped occurring … and peace was once again restored 🙂
- How To: Handle Line Endings with Git - 15th April 2023
- Solved: Dotnet EF CLI ‘Could not execute’ Error - 26th March 2023
- Solved: Cognitive Services – Operation returned an invalid status code ‘Unauthorized’ - 5th February 2023
Leave a Reply