Outputs


Description

Output definitions that define the various outputs, reports, and data exports available in the system, including their parameters and generation rules.

Columns

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

Foreign key reference - Reference to Inc table for data relationships

GenerationRules Unknown 0 null

Generation rules - Rules and parameters for generating the output

IsActive Unknown 0 null

Active status - Whether this output is currently available

OutputDescription Unknown 0 null

Output description - Detailed description of the output

OutputFile varchar 100 null

File reference - File path or filename for Outputs document management

OutputId Unknown 0 null

Primary key - Outputs unique identifier for each output definition

OutputName Unknown 0 null

Output name - Descriptive name of the output

OutputPageName varchar 100 null

Name field - Descriptive name or identifier for Outputs records

OutputType Unknown 0 null

Output type - Type of output (Report, Export, Document, etc.)

pkPageOutputID int identity 4 null

Primary key - Outputs unique identifier for each record

reportFile nvarchar 400 null

File reference - File path or filename for Outputs document management

Indexes

Constraint Name Type Sort Column(s)
PK__Outputs__CD9DD7BB5DABBF2A Primary key Asc pkPageOutputID

Relationships