Skip to main content
Skip table of contents

CST_Template (ver6.2.1.7)

This table stores report template file data associated with reports.

Column Name

Initial Version

Data Type

Description

FileData

6.2.1.7

BLOB

The content of the report template file.

FileName

6.2.1.7

Varchar2(50)

The name of the configuration file, not including the fully qualified path to its location.

ID

6.2.1.7

Number(19,0)

Sequential number generated by the application, uniqueness in the table is guaranteed by Primary Key Unique Index. Required.

LastModifiedTime

6.2.1.7

Number(19,0)

The last modified timestamp of the report template file.

ReportConfigID

6.2.1.7

Number(19,0)

The internal ID for the CST_ReportConfig record to which the record is associated.

SortIndex

6.2.1.7

Number(6,0)

Indexing field used by Hibernate.

WhenCreated

6.2.1.7

Timestamp(6)

Date and time the record was created. Defaults to system date.

WhenModified

6.2.1.7

Timestamp(6)

Date and time the record was modified. Defaults to system date.

WhoCreated

6.2.1.7

Varchar2(100)

The user login that created the record. Defaults to database user. 

WhoModified

6.2.1.7

Varchar2(100)

The user login that modified the record. Defaults to database user. 

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.