Skip to main content
Skip table of contents

PCAS_Configuration (ver6.2.0)

Represents zero or more configuration values related to a service. For example, session time out for Parent Portal service is a configuration name value pair.

Column Name

Initial Version

Data Type

Description

ConfigurationName

6.2.0

Varchar2(100)

The name given to a configuration.

ConfigurationValue

6.2.0

Varchar2(100)

The value given to a configuration.

PCAS_ConfigurationID

6.2.0

Number(19)

A unique identifier for a configuration. Indexed. Required.

PCAS_ServiceID

6.2.0

Number(19)

An identifier, which represents a service. For example, Parent Portal is a service, and this ID would relate to the ID of the Parent Portal service in this case. The internal ID for the PCAS_Service record to which the record is associated. Indexed.

WhenCreated

6.2.0

Timestamp(6)

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

WhenModified

6.2.0

Timestamp(6)

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

WhoCreated

6.2.0

Varchar2(100)

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

WhoModified

6.2.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.