Skip to main content
Skip table of contents

GuardianPersonAssoc (ver12.0.0)

GuardianPersonAssoc join table to simplify looking up guardian/person relationships. Each row stores the related Guardian. GuardianId and Person.Id values. There should always be a single row in this table for every row in the Guardian table. It is expected to be only used by the unlimited contacts module.

Column Name

Initial Version

Data Type

Description

GuardianID

12.0.0

Number(16)

Identification number of the related parent portal Guardian account record. Indexed. Required.

GuardianPersonAssocID

12.0.0

Number(16)

Unique sequential number generated by the application. Indexed. Required.

PersonID

12.0.0

Number(16)

Identification number of the related Person record. Indexed. Required.

WhenCreated

12.0.0

Timestamp(6)

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

WhenModified

12.0.0

Timestamp(6)

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

WhoCreated

12.0.0

Varchar2(100)

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

WhoModified

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