#niam.xrm.framework

Posts tagged with this topic.

Let's try Dataverse Dependent Assemblies for Plug-ins

Aug 6, 2022

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 is to use the Shared Project which is limited to the code that we own + the IntelliSense in...

Dynamics CRM CE: TDD Plugin Development in Action – Part 2

Jul 3, 2020

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...