Share via


Areas

The Areas element represents the navigation pane areas for each module in the Microsoft CRM application in the configuration file (isv.config).

Example

<Areas>

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

    <Workplace code="workplace"/>
    <Sales code="sfa"/>
    <Service code="cs"/>
    <Reports code="reports"/>

</Areas>

Attributes

None

Element Information

Number of occurrences One
Parent elements Root
Child elements Home, Workplace, Sales, Service, and Reports

© 2005 Microsoft Corporation. All rights reserved.