Skip to main content

Application Menu

The Application Menu is how end users navigate through the app. The links are presented in the sidebar of the end-user app. Click Application Menu.

Jetveo App Builder

On the Application Menu page, click (+) Add Menu Item to get the dialog box for a new section.

  • Menu Item Action – Establish what will happen when the user clicks this link. Select from the following:
    • Heading – Sets the heading for a section of menu items.
    • Dashboard – Establishes the default for the specific option that is defined in the Dashboard subsection.
    • Standalone – Links to a specific Standalone page.
    • List page – Links to a specific List page.
    • Entity Create page – Links to a specific Create page.
    • Command page – Links to a specific Custom Command page.
    • Submenu – Creates a drop-down menu for first-level options.
  • Label – The text shown for the menu item on the end-user interface.
  • Menu Item Icon – Select from dozens of icons in the drop-down menu.
  • Is available – Mark the checkbox to define the visibility of the menu item. This is usually used to check if the current user has relevant claim:
    (ctx) => ctx.User.HasClaim(App.Security.Claims.MyClaim)