account

The account element represents the detail form for the Account object in the Web application configuration file (isv.config).

Example

<account>
    <MenuBar>
       <!-- Custom menus that you can add -->
       <CustomMenus>
       </CustomMenus>
    </MenuBar>

    <!-- The account toolbar -->
    <ToolBar ValidForCreate="0" ValidForUpdate="1">
    </ToolBar>

    <!-- The account detail form navigation pane -->
    <NavBar ValidForCreate="0" ValidForUpdate="1">
    </NavBar>

</account>

Attributes

None

Element Information

Number of occurrences One
Parent elements Entities
Child elements MenuBar, ToolBar and NavBar

© 2005 Microsoft Corporation. All rights reserved.