Re-Enabling the Internet Explorer Standard Context Menu
On the Microsoft CRM Web server, navigate to
\_common\scripts (typically C:\Inetpub\wwwroot\_common\scripts). Open the Global.js file in Notepad (or any text editor). Note: Do not double-click this file because it will attempt to execute the JavaScript file.
Right-click the file, and then click Edit.
Use your text editor's Find feature to locate the document.oncontextmenu() function.
Comment out the existing code in this function by adding /* and */ as shown in the following code. You can undo this change later by simply removing event.returnValue = true; line and the comment characters.
Save the file.
Open a page in Microsoft CRM and right-click it. You will see the familiar Internet Explorer context menu.
Caution | Use this technique on development servers only. Do not modify the Global.js file in a production or staging environment; this unsupported change might cause unpredictable behavior. Microsoft CRM prevents use of the right-click context menu for the user's benefit and also to maintain a predictable navigation structure in the application interface. |
No comments:
Post a Comment