Share via


invoice

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

Example

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

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

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

</invoice>

Attributes

None

Element Information

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

© 2005 Microsoft Corporation. All rights reserved.