Skip to main content
Skip table of contents

CST_PropertyFiles (ver6.2.2)

Each record in this table represents a specific SRP property file, a new kind of configuration file (in addition to application and deployment configuration files) that contains displayable strings translated into various languages. Each record will have a unique combination of Filename and StateCode.

Column Name

Initial Version

Data Type

Description

BaseName

6.2.2

Varchar2(50)

The base portion of the file name. For example, where the file name is "Props_en_US_var1.properties", the base portion is "Props".

ConfigFileID

6.2.2

Number(19,0)

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

Country

6.2.2

Varchar2(20)

The country code portion of the file name. For example, where the file name is "Props_en_US_var1.properties", the base portion is "US".

FileData

6.2.2

BLOB

The content of the property file.

FileName

6.2.2

Varchar2(50)

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

ID

6.2.2

Number(19,0)

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

Language

6.2.2

Varchar2(30)

The language code portion of the file name. For example, where the file name is "Props_en_US_var1.properties", the base portion is "en".

StateCode

6.2.2

Varchar2(10)

The state code associated with the report, such as CA or NE. This field, along withFileName, forms a unique identifier for a record in this table. An empty StateCode field is also part of a valid combination. An empty StateCode field indicates a global record.

Variant

6.2.2

Varchar2(20)

The variant code portion of the file name. For example, where the file name is "Props_en_US_var1.properties", the base portion is "var1".

WhenCreated

6.2.2

Timestamp(6)

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

WhenModified

6.2.2

Timestamp(6)

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

WhoCreated

6.2.2

Varchar2(100)

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

WhoModified

6.2.2

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.