locked
SDK.Metadata.js for 2013. RRS feed

  • Question

  • Hi,

    I am using SDK.Metadata.js for retrieving option set text for CRM 2011 and it is working fine as find below screen shot.  but I want to upgrade to CRM 2013 how I can get SDK.Metadata.js for 2013. 

    I downloaded  sdk Microsoft Dynamics CRM 2013 Software Development Kit (SDK)

    Contains the complete software development kit for Microsoft Dynamics CRM 2013 updated for Service Pack 1 Update Rollup 1 (on-premises). You can also choose to download the User Interface Integration (UII) SDK.

    But I am not able to find SDK.Metadata.js

    where I can find SDK.Metadata.js for CRM 2013 Please give me the complete path and site


    pnoushu@hotmail.com

    Sunday, February 26, 2017 1:46 PM

All replies

  • Hi Noushad,

    SDK.MetaData.js is always present inside SDK. Please go to folder path :

    SDK\SampleCode\JS\SOAPForJScript\SOAPForJScript\Scripts

    SDK can be downloaded from here:

    https://www.microsoft.com/en-us/download/confirmation.aspx?id=40321

    Sunday, February 26, 2017 9:33 PM
  • Hi,

    Thanks for your help.  I am upgrading CRM 2011 to CRM 2013. When I run Custom validation tool for CRM 2013, I am getting warning after change the SDK.MetaData.js file to CRMSDK 2013 version.  Please find the attached screen for your reference. Will this make any issue while upgrading or any other solution for this issue.


    pnoushu@hotmail.com

    Monday, February 27, 2017 6:43 AM
  • Hi Noushad,

    ChildNodes implementation differs in Chrome and IE and thus the warning is being displayed. However this will work perfectly in IE.

    Also since you are upgrading from CRM 2011 to CRM 2013 - are you going to provide multi browser support in your upgraded solution? Because then it will require to check all the custom JS code.

    Thanks,

    PS

    Monday, February 27, 2017 7:14 AM