Share via


NavBarItem

The NavBarItem element represents a side tab added to the navigation pane in the main window of the Microsoft CRM application in the configuration file (isv.config).

Example

   <NavBarItem Icon="/_imgs/ico_18_debug.gif" Title="ISV Test 1"
      Url="https://www.microsoft.com" Id="navIsv1"/>

Attributes

Icon

Specifies the file name icon to be displayed on the side tab.

Title

Specifies the name of the side tab.

Url

Specifies the URL to be opened.

Id

Specifies the ID of the side tab.

Element Information

Number of occurrences Zero or more per parent element
Parent elements Home, Workplace, Sales, Service, or Reports
Child elements None

© 2005 Microsoft Corporation. All rights reserved.