Microsoft Dynamics CRM 2011

Microsoft Dynamics CRM 2011

Thursday, September 10, 2015

Install CRM 2013 Developer Tools in your Visual Studio 2012

In this article we describe Step by step How to Install CRM 2013 Developer Tools in your Visual Studio 2012 in 5 minutes.
The CRM 2013 Developer Toolkit , once installed inside the Visual Studio 2012, will allow you to easily create CRM Plugins , Dialogs and Workflows , accessing to CRM Entities and strongly typed proxy classes, and even create, edit and deploy CRM Web Resources, everything from your code!!! The CRM 2013 Developer Toolkit will allow you to easily deploy your code on CRM web servers  :

Install CRM 2013 Developer Tools in your Visual Studio 2012



How to Install CRM 2013 Developer Tools in your Visual Studio 2012



Phase 1: Check for required prerequisites before installing the Developers Toolkit:

Go to the Install or uninstall the Developer Toolkit to check for prerequisites, and to the Developer Toolkit for Microsoft Dynamics CRM web page to see the details of the Developers Tools:

Install CRM 2013 Developer Tools in your Visual Studio 2012 1


Install CRM 2013 Developer Tools in your Visual Studio 2012 2



Phase 2: Download the Toolkit and open the ZIP file:

Click on the installer and follow the CRM 2013 Developer Tools for Visual Studio 2012 setup instructions:
Install CRM 2013 Developer Tools in your Visual Studio 2012 3





Phase 3: Finish the CRM 2013 Developer Tools in your Visual Studio 2012  Setup :


After you finish the CRM 2013 Developer Toolkit for Visual Studio 2012 installation , save your projects, close Visual Studio 2012, and reopen it, to see the changes:

Install CRM 2013 Developer Tools in your Visual Studio 2012 4



As you can see, now there are Templates for you to use when creating a new CRM 2013 Plugin or Workflow.




That's all...Enjoy Dynamics CRM

by Carmel Schvartzman

כתב: כרמל שוורצמן

    Friday, August 14, 2015

    How to Check Error Codes in Dynamics CRM API Web Service

    In this article we see Step by step How to Check Error Codes in Dynamics CRM API Web Service  .
    We'll review here in only 5 minutes how to search for the DYNAMICS CRM API web service error codes , such as "0x80041a06" , for example :


    How to Check Error Codes in Dynamics CRM API Web Service


    How to Check Error Codes in Dynamics CRM API Web Service


    The steps are as following:
    1) open the error file and find the corresponding XML element for the Entity
    2) get the hexadecimal error code for the Entity and get rid of the hexadecimal prefix "0x"
    3) search the web for the error without the "0x" prefix


    1) Step #1: open the error file and find the XML element for the Entity :

    Check Error Codes in Dynamics CRM API Web Service



    2) Step #2: get the hexadecimal Error Code without its "0x" prefix :


    Error Codes in Dynamics CRM API Web Service




    3) Step #3: search the Web for the Error code without the prefix "0X":

    How to Check Error Codes




    That's all.

    Happy programming.....

          by Carmel Schvartzman


    כתב: כרמל שוורצמן