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…
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 →Below is an explanation how to get a value and label of an OptionSet field and set a value of an OptionSet field on the basis of lable…
Read more →You might come across a requirement where you wan to open Close as Won or Close as Lost dialogue when user gets to last stage of business process…
Read more →Recently I have worked on arequirement where I had to write a service which was going to be used by different clients and had to call same service…
Read more →When creating a new WCF and hosting locally or dev/prod server you might come across an issue where WSDL will display a URL with computer/local name which is…
Read more →It was easy to get Guid Id of a record on form as it was being displayed in URL however in CRM 2013/2015 it does not. Sometimes we…
Read more →In this post we are going to get an attribute value from Account entity on Order form and then display value on Order form as a Warning message…
Read more →