Microsoft Dynamics CRM 2011 supports Internet Explorer 7, 8, and 9. However, as we have found, sometimes functionality can behave differently in different versions of IE. I recently came across one of these compatibility issues in an implementation that required Cases (the incident entity).
One of the functionalities that our customer required was the ability to use knowledge-base articles. The implementation and usage of this part of native CRM functionality is straightforward. I was surprised when our enterprise customer approached me and stated that the knowledge-base article section was not displaying.
If you have users who use different versions of Internet Explorer, I strongly recommend downloading and testing your CRM environment using an application called “
Sure enough when you browsed with IE 7 using CRM 2011 on-premise installation the KB articles would not display appropriately.
Example: IE 7 KB's not working…
Here is how to solve this issue…
Microsoft CRM support and the IE team came up with the following simple solution.
- Create a new JavaScript Web Resource in CRM 2011
- Add the following JS to that Web Resource
- function view(){kbviewer.frameElement.style.height = 1700;}
- Add the following JS to that Web Resource
- Edit the Cases form
- Add the Web Resource to form
- Add the function to the form onload
Example: Working Cases KB Articles
Post by: Sean Shilling,