ActionInLevel


Description

Action-level associations that define which system actions are available at different organizational or access levels within agencies.

Columns

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

Foreign key reference - Reference to Action table for data relationships

LevelName varchar 20 null

Name field - Descriptive name or identifier for ActionInLevel records

Indexes

Constraint Name Type Sort Column(s)
IX_ActionID Performance Asc fkActionID
IX_LevelName Performance Asc LevelName

Relationships