StatusType


Description

Status type definitions that define the various status codes and classifications used throughout the system for tracking entity states and workflow progress.

Columns

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

Reference identifier - Foreign key reference to related entity or lookup table

StatusCode varchar 50 null

Status code - Short code or abbreviation for the status

StatusDesc varchar 500 null

Status description - Detailed description of what the status represents

TakeAction varchar 1000 null

Action instructions - Instructions or actions to take when this status is encountered

Indexes

Constraint Name Type Sort Column(s)
PK_StatusType Primary key Asc StatusID

Relationships