Skip to main content
Skip table of contents

PSM_UserPreference (ver1.1)

This table records name/value pairs that store users' UI preferences.

Column NameInitial VersionData TypeDescription

ID

1.1

Number(19,0)

Unique sequential number generated by the application. Required.

Name

1.1

Varchar2(256)

The name of the preference. Required.

SchoolID

1.1

Number(19,0)

Internal ID of the PSM_School record to which the record is associated.

TeacherID

1.1

Number(19,0)

Internal ID of the PSM_Teacher record to which the record is associated.

Value

1.1

Varchar2(256)

The value assigned to the preference

WhenCreated

1.1

Timestamp

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

WhenModified

1.1

Timestamp

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

WhoCreated

1.1

Varchar2(30)

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

WhoModified

1.1

Varchar2(30)

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

JavaScript errors detected

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

If this problem persists, please contact our support.