Group Table Privilege

Group Table Privilege governs a user's ability to manipulate records in the database Tables of NetForum. These privileges are implemented in the NetForum application by conditionally enabling or disabling fields and save/delete buttons based on the user's permission level. These permissions also apply to xWeb Users. For more information on xWeb Users, refer to the xWeb User Administration topic.

See Populate Group Privileges for the impact of this table on a user's security.

Managing Records

To configure Group Table Security, go to the Admin module and search for the Group/Table combination from the Group Privileges link:

Once you select the record you want to manage, you may change the select, insert, update and delete privileges for the table overall, and also manage the select and update privileges for any of the table's columns (see Group Column Privilege for more).

Controls

  • Group fw_group_table_privilege.gtp_grp_code - The security Group
  • Table fw_group_table_privilege.gtp_mdt_name - The Table
  • Select fw_group_table_privilege.gtp_select - Permission level: Grant, Deny or UnDef (undefined)
  • Insert fw_group_table_privilege.gtp_insert - Permission level: Grant, Deny or UnDef (undefined)
  • Update fw_group_table_privilege.gtp_update - Permission level: Grant, Deny or UnDef (undefined)
  • Delete fw_group_table_privilege.gtp_delete - Permission level: Grant, Deny or UnDef (undefined)

Note: For more information on these columns, refer to the Fw group table privilege topic.