SEARCH:
Previous: module.group Next: table

menu



Creates a security assignment to a menu entry for a specific group. Overrides any module-level security for the group. Overrides the group's default database-wide security.

Example
menu menu_id:
   # ...menu property/value assignments go here 
   # Here is the menu.group security assignment
   group group_id:
      nomenu: "N"   # put it on the menu!

Properties

group group_id. The first line of a menu.group definition begins with the keyword 'group', a space, and then the unique group name (group_id) followed by a colon.

nomenu. A Y/N option to suppress this menu entry for this group.

Use of the group menu.group definition is not a security setting, because it makes no changes to a user's ability to read or write tables. It is merely a user-interface setting, because it affects what people see.

Previous: module.group Next: table