Hi,
Export solution containing the entity we need to modify.
Find the <form> tag for the form we want to modify within <FormXml> tag
Then use the following sample xml to add the left navigation item.
<Navigation>
<NavBar>
<NavBarItem Id=”navItemID1″ PassParams=”1” Area=”Info” Icon=”testIcon” Url=”http://www.bing.com“>
<Titles>
<Title LCID=”1033” Text=”Custom Nav Item”/>
</Titles>
</NavBarItem>
</NavBar>
</Navigation>
Bye.
One thought on “Adding Left Navigation Item to a form in CRM 2011”