ActionInStoredProc


Description

Action-stored procedure associations that link system actions to database stored procedures, enabling automated database operations as part of workflows.

Columns

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

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

FKSPID int 4 null
StoredProc.pkSPID FK__ActionInS__FKSPI__4ACDF4E0 R

Stored procedure reference - Reference to the stored procedure (foreign key to StoredProc.pkSPID)

FKActionID int 4 null

Action reference - Reference to the system action or workflow

Indexes

Constraint Name Type Sort Column(s)
PK__ActionInStoredPr__49D9D0A7 Primary key Asc PKID

Relationships