Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| fieldID | int identity | 4 | √ | null |
|
|
Field security primary key - Unique identifier for each field security rule |
|
| fieldName | varchar | 100 | null |
|
|
Field name - Name of the field being secured |
||
| subtab | int | 4 | null |
|
|
Sub-tab reference - Links to sub-tab or form section containing the field |
||
| groupID | int | 4 | √ | null |
|
|
Group reference - Links to user group for access control |
|
| access | int | 4 | √ | null |
|
|
Access level - Numeric access level (Read, Write, Hidden, etc.) |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_fieldSecurity | Primary key | Asc | fieldID |
