Skip to main content

MenuItem

A menu item displays grouped navigation actions.

Examples

    <MenuItem Identifier="View_AD_Entry" DisplayName_L1="AD Entry">
<MenuItem Identifier="View_AD_Entry_ResetPassword" DisplayName_L1="Reset Password" IconCode="Edit" Workflow="AD_Entry_ResetPassword" />
</MenuItem>

Properties

PropertyDetails
DisplayName_L1 optionalType: String Description: Display name of the menu item in language 1 (up to 16).
EntityType optionalType: Int64 Description: Represents the linked entity type.
IconCode optionalType: String Description: Code of one of Microsoft's fabric icons to be displayed with the menu item. Note: on Microsoft page, see the icons' codes by moving the mouse over the icons, or using the detailed view.
Identifier requiredType: String Description: Unique identifier of the item.
IsExpandedByDefault default value: trueType: Boolean Description: Is an expanded by default menu item.
IsSelfForm default value: falseType: Boolean Description: Is a self form menu item.
ParentMenuItem optionalType: Int64 Description: Defines the parent menu item. Five ParentMenuItem are hard coded: - Dashboard: Allow to display MenuItem in dashboard (Home page) - Nav: Allow to display MenuItem in navigation section (the left part in dashboard) - UserMenu: Allow to display MenuItem in links list on click on user account in the top right corner - Reports: Define all the reports downloadable in the application - Top: Allow to display MenuItem in top bar of the application, between "Home" and "My tasks"
ReportQuery optionalType: Int64 Description: Represents the linked report query.
URI optionalType: String Description: Represents the menu URI.
Workflow optionalType: Int64 Description: Represents the linked workflow.