Calendar used on Microsoft Dynamics CRM 2011 Dashboard using Web Resource
-
2012年5月8日 12:59
I have used built in server side calendar control on the MS CRM dashboard to display scheduled appointments, using MS CRM web resource. Now everything is working fine but there is always a JavaScript error on the status bar. And the error detail is given below,
Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; InfoPath.3) Timestamp: Mon, 7 May 2012 14:49:25 UTCMessage: Object required Line: 1 Char: 314 Code: 0 URI: http://localhost/_static/calendar/calendar.js?ver=2082554170
Now this error only occurs in IE 8 or below. This error would not occur if I used IE 9 with updated version 9.0.6 or higher. Is there any way to fix this issue in IE 8? Or which object does this calendar control require? Any help would be highly appreciated.
Regards,
すべての返信
-
2012年5月8日 14:42
hi
Are you referring to this calendar control ?
http://crmsaurin.blogspot.com/2010/05/using-ms-crm-calendar-in-your-custom.html
dkay
-
2012年5月8日 14:44
hi
Are you referring to this calendar control ?
http://crmsaurin.blogspot.com/2010/05/using-ms-crm-calendar-in-your-custom.html
dkay
-
2012年5月9日 8:19
Hi Crm_Developer,
I am displaying the CRM calendar on a dashboard using a web resource. Please have a look at the following post
http://xrmrocks.com/add-crm-page-as-web-resource-to-a-dashboard
This have been done successfully, but it through a JavaScript error on the status bar.
-
2012年10月25日 8:50I have the same Problem. Anyone?