Skip to main content
Skip table of contents

PSM_ChartObject (ver7.2.0)

This table contains a record of each seating chart object.

Column Name

Initial Version

Data Type

Description

ChartObjectType

7.2.0

Varchar2(30)

The type of object. Valid values: door, seat, teacherdesk, text, whiteboard. Required.

Coordinate_X

7.2.0

Number(10)

The x-coordinate (first number in an ordered pair) location of an object on a layout. For example, in the ordered pair (-1, 7), the x-coordinate is - 1.

Note: Coordinate_X should be –25 or greater with no upper bound.

Coordinate_Y

7.2.0

Number(10)

The y-coordinate (the second number in an ordered pair) location of an object on a layout. For example, in the ordered pair (-1, 7), the y-coordinate is 7.

Note: Coordinate_Y should be –25 or greater with no upper bound.

DisplayName

7.2.0

Varchar2(30)

A text description or label of an object.

IsDisplayNameVisible

7.2.0

Number(1)

Indicates if the display name is visible on a layout. Valid values: 1=Visible, 0=not visible.

Note: This feature is not fully implemented. For future use.

PSM_ChartLayoutID

7.2.0

Number(19)

Internal number for the PSM_ChartLayout record. Required. Indexed.

PSM_ChartObjectID

7.2.0

Number(19)

Internal number for the PSM_ChartObject record. Required. Indexed.

PSM_StudentID

7.2.0

Number(19)

Internal number for the PSM_Students record. Required. Indexed.

WhenCreated

7.2.0

Timestamp(6)

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

WhenModified

7.2.0

Timestamp(6)

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

WhoCreated

7.2.0

Varchar2(100)

The name of the person who create the record. Defaults to user. Required.

WhoModified

7.2.0

Varchar2(100)

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

JavaScript errors detected

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

If this problem persists, please contact our support.