Creating and Debugging a Plugin in Dynamics CRM 2016
The Dynamics CRM 2016 SDK contains a plugin sample. The code is located here: SDK\SampleCode\CS\Plug-ins\AccountNumberPlugin.cs I’m going to go through step by step how to create this plugin and upload it to Dynamics CRM, then how to debug the plugin. In the example I will connect to a Dynamics CRM 2016 Online instance. Firstly, open and build the sample plugin solution in Visual Studio: Next, open the plugin registration tool. This is located … Continue reading Creating and Debugging a Plugin in Dynamics CRM 2016