SoftadminApi.MenuItemPermission

Presents a view of the access permissions of the system's menu items.

You should mostly use this view to present an overview of the system's mapping of functions to menu items to the system owner so that they can verify that it is correct.

If you need to determine if a specific user has access to a menu item then use SoftadminApi.User_HasAccessToMenuItem instead.

Add row: Not allowed
Delete row: Not allowed
Foreign key: Not allowed

Columns

Name Datatype Read Write Primary key Description
MenuItemId int Yes No No Id of the menu item.
MenuGroupId int Yes No No Id of the menu group the menu item belongs to.
AllUsers bit Yes No No If 1, all users have access to the menu item.
RoleId int Yes No No Role that has access to the menu item.
FunctionId int Yes No No Function that has access to the menu item.