{ERROR RESOLUTION} THE ANNOYING CASE OF NETWORK ERROR ON CRM JAVASCRIPT ODATA CALL

Recently, in one scenario, I was being asked on my email that somebody was facing network error on their ODATA call:

clip_image002

Everything seemed find with ODATA request and I was not able to find the root cause of where the problem was coming from.

All the URL’s and request parameters were correctly set. Still, there was network error occurring.

clip_image003

The resolution was quiet simple:

· URL was working with IP address instead of server name, so first thing was to get it corrected

· Second thing was to add CRM to trusted sites:

In Internet Explorer, navigate to Tools� Internet Options. A window pops up containing multiple tabs. Under the Security Tab, click Trusted sites and then the Sites button.

clip_image005

2. In the pop-up window type the trusted site names (https://*.crm.dynamics.com and https://*.live.com), one at a time, and click �Add.

clip_image007

This resolved the error, Hope it helps and Happy CRMing!