Answered by:
Rename Navigation Area doesn't work.

Question
-
I did export/modify/import ISV.config to rename "Sales" Area as below,
<Root>
<NavBarAreas><NavBarArea Id="Sales"><Titles>
<Title LCID="1033" Text="MyTitle"></Title>
</Titles></NavBarArea>
</NavBarAreas>
...
then refresh page, reboot machine, Nothing happened.
Any idea?
Thanks
Thursday, July 8, 2010 6:39 PM
Answers
-
Hi,
I guess you'll need to customize the SiteMap.xml instead of ISV.Config, As an example below.
<Area Id="SFA" ResourceId="Area_Sales" Icon="/_imgs/sales_24x24.gif" DescriptionResourceId="Sales_Description">
<Titles>
<Title LCID="1033" Title="Customized Sales"/>
</Titles>
<Group Id="SFA">
<SubArea Id="nav_leads" Entity="lead" DescriptionResourceId="Lead_SubArea_Description" />
<SubArea Id="nav_oppts" Entity="opportunity" DescriptionResourceId="Opportunity_SubArea_Description" />
<SubArea Id="nav_acc....................................Also make sure you have enabled the Customizations to appear in your client.
Settings > Administration > System Settings > Customizations > Custom Menus and Toolbars.
Hope it helps!
Best Regards,
Gagandeep Singh
http://mscrmnovice.blogspot.com- Marked as answer by NewCRM5 Friday, July 9, 2010 4:28 PM
Friday, July 9, 2010 12:05 PM
All replies
-
you can change this using java script as mentioned in following article
http://mahenderpal.wordpress.com/2010/07/08/format-left-navigation-item/
Thursday, July 8, 2010 7:47 PMAnswerer -
Hi,
Did you enbale the settings to "display custom buttons and menu items configured in ISV.Config" ?
1. Open MS CRM
2. Go to Settings
3. Go to System Settings (will open new Widnow)
4. Select "Customisation" Tab
5. you will see 2nd Section "Custom Menus and toolbars"
6. Select the type of application you want to display the custom buttons / menus" Click on the Lookup box and select any/or fro mthe list (Web Application; Outlook; Outlook offline).Hope this will resolve your issue.
Thanks, Ranjitsingh R | http://mscrm-developer.blogspot.com/ | MS CRM ConsultantFriday, July 9, 2010 4:53 AM -
Hi,
As MayankP said you can use JS for that.
If you could tell us what is your requirement, that will help.
MahainFriday, July 9, 2010 4:54 AMModerator -
Hi,
I guess you'll need to customize the SiteMap.xml instead of ISV.Config, As an example below.
<Area Id="SFA" ResourceId="Area_Sales" Icon="/_imgs/sales_24x24.gif" DescriptionResourceId="Sales_Description">
<Titles>
<Title LCID="1033" Title="Customized Sales"/>
</Titles>
<Group Id="SFA">
<SubArea Id="nav_leads" Entity="lead" DescriptionResourceId="Lead_SubArea_Description" />
<SubArea Id="nav_oppts" Entity="opportunity" DescriptionResourceId="Opportunity_SubArea_Description" />
<SubArea Id="nav_acc....................................Also make sure you have enabled the Customizations to appear in your client.
Settings > Administration > System Settings > Customizations > Custom Menus and Toolbars.
Hope it helps!
Best Regards,
Gagandeep Singh
http://mscrmnovice.blogspot.com- Marked as answer by NewCRM5 Friday, July 9, 2010 4:28 PM
Friday, July 9, 2010 12:05 PM -
Thanks Gagandeep !Friday, July 9, 2010 4:29 PM