ActionInBillingMethod


Description

Action-billing method associations that link system actions to specific billing methods and forms, enabling workflow-driven billing processes.

Columns

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

Foreign key reference - Reference to Action table for data relationships

fkInvLogID int 4 null
BillingMethod.InvLogID FK_ActionInBillingMethod_BillingMethod C

Foreign key reference - Reference to InvLog table for data relationships

fkFormID int 4 null
Forms.FormID FK_ActionInBillingMethod_Forms C

Form reference - Reference to the associated form (foreign key to Forms.FormID)

Indexes

Constraint Name Type Sort Column(s)
IX_ActionID Performance Asc fkActionID
IX_InvLogID Performance Asc fkInvLogID

Relationships