My company is in the process of migrating from Lawson 9.0 to Lawson 10.0 with Workspace as the UI. We have run into a problem after logging into Workspace where Internet Explorer gives us the dreaded "Microsoft Internet Explorer 7 on Windows is not supported" message. Of course we are not running IE7 on our PC’s, most are running IE8. The problem is directly related to our corporate domain requirements for IE. We have numerous web based applications that require the compatibility view (CV) setting in IE to be turned on. Because of this, our domain is set up so that all internal web applications launch with that setting. Infor Workspace however requires that CV not be turned on. This quote is directly from Infor development via an Incident that I have opened with Infor Extreme Support: “It is mandatory to have the compatibility view turned off so we don't run our product in quirks mode. This is required for both our customers and internally as well”.
According to my research there is a meta tag that can be used in web page development that will force IE to run the browser session without CV turned on, it is; meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" . Lawson has this tag in their Workspace wrapper; however it is missing in the index.htm and home.htm that make up each users “home page”. I reported this in the incident that I opened along with supporting material and they wrote a JT for it.
My dilemma is that I need a workaround right away (immediately) and Infor Extreme Support has not been able to provide one. Has anyone else run into this issue or can anyone offer a potential solution?