ScanFormName


Description

Scan form name definitions that define the names and identifiers for various scanning forms and document templates used in document processing workflows.

Columns

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

Form description - Description of the scanning form

FormID int 4 null

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

FormName varchar 50 null

Form name - Name of the scanning form

FormNameId Unknown 0 null

Primary key - ScanFormName unique identifier for each scan form name

IsActive Unknown 0 null

Active status - Whether this form name is currently available

Indexes

Constraint Name Type Sort Column(s)
PK__ScanFormName__3DA903EC Primary key Asc FormID

Relationships