ActionInAgency


Description

Action-agency associations that define which system actions or workflows are available to specific agencies based on their service agreements and system configurations.

Columns

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

Primary key - ActionInAgency unique identifier for each record

fkActionID int 4 null

Action reference - Reference to the system action or workflow

fkAgencyID int 4 null

Agency reference - Reference to the agency (foreign key to Agency.AgencyID)

Indexes

Constraint Name Type Sort Column(s)
PK_ActionInAgency Primary key Asc pkActionInAgencyID

Relationships