ScanIncludes


Description

Scan include files that define external files, templates, and resources used in document scanning and processing workflows.

Columns

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

File description - Description of the include file’s purpose

FileName Unknown 0 null

File name - Name of the include file

FilePath Unknown 0 null

File path - Location of the include file

FileType Unknown 0 null

File type - Type of include file (Template, Script, etc.)

IncludeId Unknown 0 null

Primary key - ScanIncludes unique identifier for each include file

ScanIncID int identity 4 null
ScanFormsIncs_link.ScanIncID FK__ScanForms__ScanI__7C4F7684 C

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

ScanIncName varchar 100 null

Name field - Descriptive name or identifier for ScanIncludes records

ScanIncType varchar 20 null

Type classification - Category or classification type for ScanIncludes records

Indexes

Constraint Name Type Sort Column(s)
PK__ScanIncludes__797309D9 Primary key Asc ScanIncID

Relationships