Quantcast
Channel: Microsoft Dynamics CRM
Viewing all articles
Browse latest Browse all 123975

Forum Post: RE: Error when navigating away from Dashboard

$
0
0

I have done the following tests:

•my VM with clients crm site: error occurs
•my VM with test crm site: no error

•clients machine with clients crm site: error occurs
•clients machine with test crm site: no error

This error does not occur in the test enviroment (where i just imported the custom charts).

This error does not occur in the system dashboards on clients crm, but that might be because the system dashboards do not have the chart and view selection available (which refreshes the frame and can display large amount of data).

Its safe to say that the error only occurs on the clients crm site, and is not limited to my charts.

I have debugged the error and this is what it says:

SCRIPT5007: Kan ikke angi verdien for egenskapen innerHTML: objektet er null eller udefinert (Cannot provide value for propert innerHTML: object is null or undefined)

global.ashx?ver=-222729623, linje 6 tegn 60447 (line 6, character 60447)

The function where the error lies is:

,$5M_2: function(){

if(IsNull(this.$E_2)||IsNull(this.$E_2.parentNode))return;    

this.$E_2.contentWindow.document.body.innerHTML="";

this.$E_2.parentNode.removeChild(this.$E_2);  

this.$E_2=null

   }

It seems like its inside the CRM core, and not something that we should be messing with.


Viewing all articles
Browse latest Browse all 123975

Trending Articles