opportunity

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

Example

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

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

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

</opportunity>

Attributes

None

Element Information

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

© 2005 Microsoft Corporation. All rights reserved.