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