Skip to content Skip to sidebar Skip to footer

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"