Get Authorised Menu Items action allows you to dynamically retrieve menu items that the user is authorised to access. With this action, you can personalise the menus in your application according to users' access permissions. Users can only see the options they are authorised to access, so unnecessary or inaccessible areas are not displayed. This allows you to simplify the user experience while also improving the security of your application.
Technical Features
In an educational application, the Get Authorised Menu Items action is used to allow administrators to access all menu items, while standard users can only access menus within their permissions. This can be done through a button that is triggered to dynamically display menu options based on user permissions.
Adding the Show Authorised Menu Items Action
Action Workflow:
Technical Risks
The Get Authorised Menu Items action enhances security and simplifies the user experience by ensuring that users only see the menu items they are authorised to access. This action allows you to personalise menu options based on user access permissions, making your application's navigation structure more secure and user-friendly.