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+
Share
Post a Comment
for "Alternative To Xrm Javascript Calling Webservice Using Activex"
Post a Comment for "Alternative To Xrm Javascript Calling Webservice Using Activex"