U
sing the Site Map editor in Demonstration Tools for Dynamics CRM it is easy to make customization
a bit easier. Create Customization menu items directly on the settings menu will save you time and clicks while working.
I used development tools for Internet Explorer to find the URL and icon URL for the items i wanted in my Custom “Customizations Menu”
What I did was.
- Open the existing sitemap from CRM
- Edit the Settings area to Display Groups
- Create a new group called Customizations
- Add links under this new group as following:
- Customize Entities
- Export Customizations
- Import Customizations
5. Publish to CRM
The links and icon URL’s are:
| Action | URL | Icon URL |
| Customize Entities | /tools/systemcustomization/systemcustomization.aspx?pid=01 | /_imgs/SystemCustomization/ico_entityManagement.gif |
| Export Customizations | /tools/systemcustomization/systemcustomization.aspx?pid=02 | /_imgs/SystemCustomization/ico_exportCustomizations.gif |
| Import Customizations | /tools/systemcustomization/systemcustomization.aspx?pid=03 | /_imgs/SystemCustomization/ico_importCustomizations.gif |

