Skip to main content
Skip table of contents

PCAS_AccountServicePref (ver7.0.0)

Associates configuration items with a PCAS account. For example, the user's preferred locale for receiving emails is stored here.

Column Name

Initial Version

Data Type

Description

Name

7.0.0

Varchar2(256)

The configuration item name. Required.

PCAS_AccountServicePrefID

7.0.0

Number(19)

The unique id of the record. Required.

PCAS_AccountID

7.0.0

Number(19)

The user for whom the information is being saved. Foreign keys to PCAS_Account.PCAS_AccountID. Required.

Value

7.0.0

Varchar2(256)

Value of the configuration item. Can be null.

WhenCreated

7.0.0

Timestamp

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

WhenModified

7.0.0

Timestamp

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

WhoCreated

7.0.0

Varchar2(100)

The name of the person who created the record. Defaults to user.

WhoModified

7.0.0

Varchar2(100)

The name of person who modified the record. Defaults to user.

JavaScript errors detected

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

If this problem persists, please contact our support.