incident

The incident element represents the detail form for the Incident (Case) object in the Web application configuration file (isv.config).

Example

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

    <!-- The incident (case) toolbar -->
    <ToolBar ValidForCreate="0" ValidForUpdate="1">
    </ToolBar>

    <!-- The incident (case) detail form navigation pane -->
    <NavBar ValidForCreate="0" ValidForUpdate="1">
    </NavBar>
</incident>

Attributes

None

Element Information

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

© 2005 Microsoft Corporation. All rights reserved.