ScanFormsBillingType


Description

Scan form billing type associations that link scanning forms to specific billing types, enabling billing-type-specific document processing workflows.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
AssociationId Unknown 0 null

Primary key - ScanFormsBillingType unique identifier for each association

BillingTypeID int 4 null
Billingtype.BillingTypeID FK__ScanForms__Billi__02084FDA C

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

fkBillingTypeID Unknown 0 null

Billing type reference - Reference to the billing type

fkScanFormID Unknown 0 null

Scan form reference - Reference to the scan form

IsDefault Unknown 0 null

Default flag - Whether this is the default scan form for this billing type

ScanFormID int 4 null
ScanForms.ScanFormID FK__ScanForms__ScanF__01142BA1 C

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

Relationships