For a long time, Developers for Dataverse don't have an official way to use third-party libraries when creating plugin(s). If we want to reuse existing code, the only official way to do it was use the Shared Project which is limited to the code that we own + the IntelliSense in Visual Studio not working … Continue reading Let’s try Dataverse Dependent Assemblies for Plug-ins
Tag: niam.xrm.framework
Dynamics CRM CE: TDD Plugin Development in Action – Part 2
For the second part of this blog post series, we will create a more advanced scenario operation. We will create business logic for the SalesOrder to calculate total orders (SalesOrder.Amount and Sum of SalesOrderDetail.Quantity) per Customer in 1 month (based on SalesOrder.SubmitDate) with the status of the Order is Invoiced. Remember, we can have multiple ways to solve this scenario. But … Continue reading Dynamics CRM CE: TDD Plugin Development in Action – Part 2