Use Case: Viewing and Managing Menu Items

In a management panel, the Get All Menu Items action is used to allow the administrator to view all menu items in the application and make changes as needed. This action can be triggered by a button to allow the administrator to review menu structures and manage user menu access.

Adding the List Menu Items Action to the Management Panel

  1. Enter the UI Design module and drag and drop a Button element from the Elements panel on the left side.
  2. In the Properties panel, enter a phrase such as ‘View Menu Items’ or ‘Edit Menu’ in the Label section of the button.
  3. Select the relevant button and add the OnClick → Navigation → Get All Menu Items action from the + ADD ACTION menu.

Configuring the Get All Menu Items Action

  1. Parameters: This action does not require parameter configuration to retrieve all menu items collectively. All existing menu items will be returned as a list.
  2. Result: When the button is clicked, all menu items will be displayed and can be edited as needed.

With this configuration, you can view all menu items and make the necessary adjustments to improve the navigation structure of your application. When the Get All Menu Items action is executed, all menu options defined in the system will be displayed.