You define access to menu items, toolbar items, tree categories, table columns, and form rows (fields) using the administrative object that defines each of these components. The emxNavigator.jsp displays the submenu for an application if the user has access to at least one command object in the submenu. If the user does not have access to any command objects in the submenu, the submenu heading is not displayed. To set these access checks, add the setting or parameter for the appropriate administrative object. For example, to control access for a toolbar item, edit the command object that represents the link. For details, see the settings reference for the specific complonent. Assuming all possible checks are enabled, the sequence of access checks are as follows:
The system performs the access checks in an all or nothing manner. That is, if all the access checks pass, access is granted. If at least one of them fails, the UI component is hidden. |