Hello I want to initialize a New Entity Instance From Another Entity Instance in Microsoft Dynamics CRM 2015 Using Using Jscript InitializeFromRequest The error here:
if (typeof (SDK) == "undefined") {SDK = {__namespace: true}; }
It says that SDK is not defined.
I've added the libraries of SDK.SOAP.JS And JQUERYV1.12.4. to form in form properties . First jquery.js then soap.js and finally my functions. I am running my function from a button on the ribbon.
Ion.
Ok i solved, i just download the libraries from here and works! https://msdn.microsoft.com/en-us/library/gg594428(v=crm.7).aspx