Sample unit testing with XRM Test Framework CRM 2015
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…
Read more →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…
Read more →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…
Read more →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…
Read more →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…
Read more →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…
Read more →You might come across an error like below when importing a solution from one environment to an other Import of solution ‘ABCD’ failed. The following components are missing…
Read more →
Could not load file or assembly ‘ABCD.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=a6a250603368f7aa’ or one of its dependencies. The system cannot find the file specified.’ An error when try to run…
Read more →How to get organization id with organization name in CRM 2011 To get an organization id with organization name in CRM 4.0 we used below static public string…
Read more →CRM 2011 get List of all Organizations and get url from organization details collectionHow to get URL from list of organisations when getting data back from OrganizationDetailCollection Method…
Read more →Main differences between unmanaged solution and managed solution in MS Dynamics CRM Unmanaged Solution and managed solution In unmanaged solutions we can create components and customise as we…
Read more →