Skip to main content
Skip table of contents

GuardianStudRestrictionMap (ver10.0.0)

This table maps a restriction flag between a guardian and student that prevents the guardian from accessing online registration. This is a new entity to store restriction flag for guardians.

Column Name

Initial Version

Data Type

Description

GuardianStudentID

10.0.0

Number(19,0)

Unique identifier for a guardian and associated student. Required. Indexed. Relates to StudentID in Guardian table.

GuardianStudRestrictionMapID

10.0.0

Number(19,0)

Unique identifier for the row. Required. Indexed.

PluginDefID

10.0.0Number(10,0)Identifier of the related Plugin. Required. Indexed.

IsRestricted

10.0.0Number(1,0)Is the guardian restricted from accessing online registration. Required. Defaults to 0.

WhenCreated

10.0.0

Timestamp(6)

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

WhenModified

10.0.0

Timestamp(6)

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

WhoCreated

10.0.0

Varchar2(100)

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

WhoModified

10.0.0

Varchar2(100)

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.