TabSecurity


Description

Tab security and access control managing user group permissions for tab access within the application. This table defines which user groups have access to specific tabs and their access rights, supporting role-based security, permission management, and interface customization based on user roles and security requirements.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
TabID int 4 null

Tab reference - Links to the tab for which security is being defined

GroupID int 4 null

User group reference - Links to the user group being granted access

AccessRight varchar 20 null

Access rights - Type of access rights granted (Read, Write, Admin, etc.)

Relationships