Daily Archives: October 23, 2020
D365 – Create Plugin Template
How to develop a Plugin? You need to have Visual Studio Community Edition: https://visualstudio.microsoft.com/free-developer-offers/ Create a Class Library project for C#. Download required assemblies using NuGet Package Manager. Add a reference to Microsoft.Xrm.SDK.dll. This assembly is available in SDK. You … Continue reading
Posted in D365 Customer Engagement (CRM), D365 Development, Microsoft Dynamics 365
Tagged 2016, 365, CDS, CommonDataService, crm, D365, dynamics, dynamics365, PowerApps, SDK, XRM
Comments Off on D365 – Create Plugin Template