Answered by:
CRM 2011 - Change the FORM Left Navigation globally

Question
-
Hi, In CRM 2011 - FORM left navigation which is divided in to five ares Common, Sales, Service, Marketing, Process. I have to Rename Sales to "TEST".
I was able to do it on a single entity FORM but I dont know how to reflect that change globally on every entities form left navigation. Any helpw ould be great;y appreciated.
Thanks inadvance.
Thanks, Future MVPThursday, July 28, 2011 7:44 PM
Answers
-
Yes, you are right. You need to edit the sitemap. You will need to add Titles element first under Area element, and then Title element underneath. In the Title element, you need to specify LCID and Title attributes. Title attribute is what's going to be displayed in CRM interface.
As Purvin has suggested, the sitemap editor helps a lot which you should check out.
Hope this helps.
Daniel Cai | http://danielcai.blogspot.com- Marked as answer by Jim Glass Jr Monday, August 1, 2011 5:46 PM
Monday, August 1, 2011 1:34 PM
All replies
-
Friday, July 29, 2011 5:52 AM
-
Thanks for the reply Naresh.. but the post explains how to do it in CRM 4.0 . I am trying to do in CRM 2011.
Thanks, Future MVPFriday, July 29, 2011 1:07 PM -
hi,
Export the customization of default solution, keep backup of that, replace the 'Test' work globally with all entities formxml and import it back.
Thanks, Ankit Shah
Inkey Solutions, India.
Microsoft Certified Business Management Solutions Professionals
http://www.inkeysolutions.com/MicrosoftDynamicsCRM.html- Proposed as answer by Ankit Himmatlal Shah Friday, July 29, 2011 2:48 PM
Friday, July 29, 2011 2:48 PM -
Here are the general processes of editing sitemap in CRM 2011.
- In Microsoft Dynamics CRM, click Settings, click Customizations, and then click Solutions.
- Add the Site Map to a new or existing unmanaged solution. In the solution, click Client Extensions from the list of Components, select Add Existing, and then select Site Map.
- Click Export Solution.
- Extract the files from the compressed .zip file.
- In the customizations.xml file, locate the Site Map node at ImportExportXml/Site Map/Site Map.
- Edit the Site Map node, remove the areas that you don't want.
- Create a new compressed .zip file, including the extracted solution files and the edited customizations.xml file.
- In Microsoft Dynamics CRM, click Settings, click Customizations, and then click Solutions.
- Click Import.
- Click Browse, locate the modified solutions .zip file, click Next, and then click Import.
- Publish customizations.
Hope this helps.
Daniel Cai | http://danielcai.blogspot.comFriday, July 29, 2011 3:32 PM -
If you aren't familiar with the sitemap XML, you might want to consider using the following tool. http://sitemapeditor.codeplex.com/
Friday, July 29, 2011 7:31 PM -
Hi Daniel/Purvin , my question my have got cofnused for you. I was asking how I can rename the areas globally on the Form. i am familiar with sitemap editing but to accomplish my scenario do I have to edit the sitemap. Is that what you both are trying to suggest.
Thanks, Future MVPMonday, August 1, 2011 1:25 PM -
Yes, you are right. You need to edit the sitemap. You will need to add Titles element first under Area element, and then Title element underneath. In the Title element, you need to specify LCID and Title attributes. Title attribute is what's going to be displayed in CRM interface.
As Purvin has suggested, the sitemap editor helps a lot which you should check out.
Hope this helps.
Daniel Cai | http://danielcai.blogspot.com- Marked as answer by Jim Glass Jr Monday, August 1, 2011 5:46 PM
Monday, August 1, 2011 1:34 PM -
This should work too.
<Area Id="SFA" ResourceId="Area_Sales" Icon="/_imgs/sales_24x24.gif" DescriptionResourceId="Sales_Description" Title ="YourNewTitle">
Monday, August 1, 2011 6:01 PM -
This should work too.
<Area Id="SFA" ResourceId="Area_Sales" Icon="/_imgs/sales_24x24.gif" DescriptionResourceId="Sales_Description" Title ="YourNewTitle">
Daniel Cai | http://danielcai.blogspot.comMonday, August 1, 2011 11:23 PM -
Everyone still dint understand how to edit the five ares Common, Sales, Service, Marketing, Process. In Site map its only the top level Navigation we can change. I am taking about Entity - Form Level navigation.
Can you provide with some sample how you are able to work on Sitemap to get this.
Thanks,
Thanks, Future MVPTuesday, August 2, 2011 1:35 PM -
Unfortunately, there is no supported way to change these five groups' title. But it is possible to change the title through JS code.
Daniel Cai | http://danielcai.blogspot.comTuesday, August 2, 2011 11:19 PM