Hello Devs,
I have been using SDK.REST.js in my project.
It works fine with IE and Chrome, but in firefox it gives Error. Any ideas?
I tested in many different versions of Firefox, same problem :(
var oppvalue = Xrm.Page.getAttribute("new_opportunitylookup").getValue();
if ((oppvalue != null))
{
//var lookuptextvalue = oppvalue[0].name;
var lookupid = oppvalue[0].id;
SDK.REST.retrieveRecord(lookupid, "Opportunity", null, null, getDetails, errorHandler);
in the above code, the code breaks at SDK...
I am using Dynamic CRM 2015 Online Latest Update
Thank you
*This post is locked for comments
I have the same question (0)