Home > Technical > Table Definitions > SECURITY
Stores the security levels required to run various programs.
Column | Type | Description |
STRTYPE |
VARCHAR(5) |
Type of functions this security is for. ‘P’ = Programs, 'E' = Edit Ability |
STRTASK |
VARCHAR(50) |
Identifies the specific task that requires security. If strType is ‘P’ or 'E' then this will be the title caption of the program that requires security. |
INTLEVEL |
INT(4) |
Security level required to perform this task. 1=Low, 9=High. |
Primary Key: STRTYPE + STRTASK
Converted from CHM to HTML with chm2web Pro 2.85 (unicode) |