how to edit xml file to add a NavBarItem node and where i can find the xml file
*This post is locked for comments
I have the same question (0)Hi,
<NavBarItem> node is found in the FormXml of any entity.
To edit FormXML, pleases refer this post:
https://msdn.microsoft.com/en-in/library/gg334527.aspx#Anchor_1
"...After you export the solution, extract the contents and view the customizations.xml file. You’ll find the definition of the forms in ImportExportXml> Entities > Entity > FormXml. In the <FormXml> (FormXml) node, you’ll find each type of form is grouped in a <forms> (FormXml) element with the type attribute specifying the type of form..."
More information on <NavBarItem> node -> https://msdn.microsoft.com/en-in/library/gg328202.aspx
After you have finished your editing, zip the contents back and re-import.