FormsIncludeFile


Description

Form include file associations that link forms to external files, templates, or resources required for form processing and display.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
FormID int 4 null
Forms.FormID FK__FormsIncl__FormI__74AE54BC C

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

IncID int 4 null

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

DisplayOrder int 4 null

Numeric value - Quantity, count, or numeric measurement for FormsIncludeFile records

FileName Unknown 0 null

File name - Name of the included file or resource

FilePath Unknown 0 null

File path - Location of the included file

FileType Unknown 0 null

File type - Type of included file (CSS, JavaScript, Image, etc.)

fkFormID Unknown 0 null

Form reference - Reference to the form that includes the file

IncludeId Unknown 0 null

Primary key - FormsIncludeFile unique identifier for each include file association

LoadOrder Unknown 0 null

Load order - Order in which files should be loaded

Relationships