Alternative To XRM Javascript Calling Webservice Using ActiveX
I have a problem on CRM javascript when calling a webservice from browsers other than IE. See my code below for the web service call implementation. function RetrieveMultipleEntity
Solution 1:
try with
var xHReq = new XMLHttpRequest();
it works also for IE7+
Post a Comment for "Alternative To XRM Javascript Calling Webservice Using ActiveX"