Skip to main content
Skip table of contents

ExtSchemaDef (ver7.7.0)

Map a schema extension. Each extension stores one entry.

Column Name

Initial Version

Data Type

Description

Active

7.7.0

Number(1)

1 indicates the extension is currently in use. Defaults to 1.

ID

7.7.0

Number(10)

Sequential number generated by the application, uniqueness in the table is guaranteed. Required. Indexed.

Name

7.7.0

Varchar2(30)

Unique name of extension. Required. Indexed.

Source

7.7.0

Char(1)

Source of extension. Valid values: F=File (XML), U=User Interface. Defaults to F.

Type

7.7.0

Char(1)

Type of extension. Valid values: C = Core, S = State, U = User. Required.

Version

7.7.0

Timestamp

Last time the extension was modified. Used to determine extension needs to be reloaded.

WhenCreated

7.7.0

Timestamp(6)

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

WhenModified

7.7.0

Timestamp(6)

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

WhoCreated

7.7.0

Varchar2(100)

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

WhoModified

7.7.0

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.