Answered by:
crm 2011 change Extension name

Question
-
I'd like to change the nem of the "Extensions" to "Samlpe".
Can somebady help where can I do this?
Tuesday, June 21, 2011 9:40 PM
Answers
-
Hi,
You can refer to the following blog posts for step by step guide to cusotmize sitemap group title. Either you can export sitemap XML and change the Title of SiteMap Extension group to "Company" or can create a new group and change its title to a custom one.
http://www.powerobjects.com/blog/2011/03/22/sitemap-editing-in-crm-2011/
http://msdn.microsoft.com/en-us/library/gg309259.aspx
http://dynamiccrm.blogspot.com/2011/05/sitemap-customization-in-crm-2011.html
http://www.dynamicscare.com/blog/index.php/modifying-the-crm-sitemap/
If you only want to change the group title then after exporting sitemap you can search for the XML node <Group Id="Extensions" ResourceId="Group_Extensions"> and add the Title attrbiute
<Group Id="Extensions" ResourceId="Group_Extensions" Title="Company">
<SubArea Id="sportsleagues" Entity="new_mycustomentity" />
</Group>
Jehanzeb Javeed
http://worldofdynamics.blogspot.com
Linked-In Profile |CodePlex Profile
If you find this post helpful then please "Vote as Helpful" and "Mark As Answer".
- Proposed as answer by Jehanzeb.Javeed Wednesday, June 22, 2011 9:01 AM
- Marked as answer by Lénárd Wednesday, June 22, 2011 9:08 AM
- Edited by Jehanzeb.Javeed Wednesday, June 22, 2011 9:09 AM More Urls Added
Wednesday, June 22, 2011 9:01 AM
All replies
-
Hi,
What do you mean by changing Extension name? it would be much easier if you could provide more information.
Jehanzeb Javeed
http://worldofdynamics.blogspot.com
Linked-In Profile |CodePlex Profile
If you find this post helpful then please "Vote as Helpful" and "Mark As Answer".Wednesday, June 22, 2011 8:23 AM -
When I add new entities the crm groups it under the name Extensions. And I'd like to change this name to a company, because they will use only those entities.Wednesday, June 22, 2011 8:46 AM
-
you can create manually edit site map to create group nameed Company and can create link there for your custom entity.
Mahain : My Dynamics CRM BlogWednesday, June 22, 2011 8:49 AMModerator -
Hi,
You can refer to the following blog posts for step by step guide to cusotmize sitemap group title. Either you can export sitemap XML and change the Title of SiteMap Extension group to "Company" or can create a new group and change its title to a custom one.
http://www.powerobjects.com/blog/2011/03/22/sitemap-editing-in-crm-2011/
http://msdn.microsoft.com/en-us/library/gg309259.aspx
http://dynamiccrm.blogspot.com/2011/05/sitemap-customization-in-crm-2011.html
http://www.dynamicscare.com/blog/index.php/modifying-the-crm-sitemap/
If you only want to change the group title then after exporting sitemap you can search for the XML node <Group Id="Extensions" ResourceId="Group_Extensions"> and add the Title attrbiute
<Group Id="Extensions" ResourceId="Group_Extensions" Title="Company">
<SubArea Id="sportsleagues" Entity="new_mycustomentity" />
</Group>
Jehanzeb Javeed
http://worldofdynamics.blogspot.com
Linked-In Profile |CodePlex Profile
If you find this post helpful then please "Vote as Helpful" and "Mark As Answer".
- Proposed as answer by Jehanzeb.Javeed Wednesday, June 22, 2011 9:01 AM
- Marked as answer by Lénárd Wednesday, June 22, 2011 9:08 AM
- Edited by Jehanzeb.Javeed Wednesday, June 22, 2011 9:09 AM More Urls Added
Wednesday, June 22, 2011 9:01 AM -
Thanks for your help, creating new group wokrs! :)Wednesday, June 22, 2011 9:08 AM