Creating a Dynamics CRM Plugin from Scratch
Here I will go through an example of creating a Dynamics CRM plugin. In this example, I will create a plugin to set the opportunity description after the opportunity has been created. First create a new project in Visual Studio. Next, add references. Add the Microsoft.Xrm.Sdk.dll which is found in the CRM SDK at CRM SDK 2016\SDK\Bin folder: Or using NuGet the Microsoft.CrmSdk.CoreAssemblies: In the code, add Using and rename the class: … Continue reading Creating a Dynamics CRM Plugin from Scratch