I have been using Microsoft Fakes for CRM unit testing which was good however recently came across xrm unit testing framework developed by Wael Hamze and Ramon Tebar which makes life much easier when comes to unit testing. You can write fake … Read More
Blog
Blog
A currency is required if value exists in money field CRM 2015
A currency is required if value exists in money field CRM 2015 This error usually comes up when a money field is added but logged in user does not have a default Currency set Go to settings menu of user … Read More
Filtered lookup view on pre selected values on CRM form
Let’s say we have a scenario where we want user to see and selected filtered records on a lookup view on a CRM form.In our example, we have a entity called ‘Contract Workstream’ which has a look up field called … Read More
Unit Testing MS Dynamics CRM 2015 Plugins with Xrm Test Framework
started a new Plugins project from scratch and wanted to add a unit test project using Xrm test framework by following instructions from the link below Create Plugin unit test Added all code as described in documentation above… Created fake … Read More
Generation of proxy/early bound classes in CRM
Few simple steps First need to go into MS Visual Studio Tools (Usually under Installed version of Visual Studio and then folder) Open Developer Command Prompt for VS2013 or whatever version you are using Once opened, change directory to where … Read More