Sunday, November 1, 2009

Getting MS CRM 4 form menu item positions

A javascript tool to help one identify the position of CRM menu items on the crm form.

Once the position number is identified, one can do the following
1. Either set any property for that item like hiding a menu item
2. or get to know the available properties of a menu item through VS quick watch.

Deployment steps
1. Copy the html and js files to ISV folder
2. Insert the following line in the on load event of the required entity.
window.open('/ISV/DisplayMenuItemPostion.html');

To download click here

No comments:

Post a Comment