SCHOOL (4.0SP20)

Indicates that a constituent is a school and has school specific fields

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

GENDERCODE

tinyint

false

0

The gender of the school.

GENDER

nvarchar(6) (Computed)

true

Provides a translation for the 'GENDERCODE' field.

DATEADDED

datetime

false

getdate()

Indicates the date this record was added.

DATECHANGED

datetime

false

getdate()

Indicates the date this record was last changed.

TS

timestamp

false

Timestamp.

TSLONG

bigint (Computed)

true

Numeric representation of the timestamp.

COMMENTCODE

tinyint

false

1

The comment type use by the school.

COMMENT

nvarchar(16) (Computed)

true

Provides a translation for the 'COMMENTCODE' field.

Indexes
Index Name Field(s) Unique Primary Clustered

IX_SCHOOL_DATEADDED

DATEADDED

False

False

True

IX_SCHOOL_DATECHANGED

DATECHANGED

False

False

False

PK_SCHOOL

ID

True

True

False

Triggers
Trigger Name Description

TR_SCHOOL_AUDIT_UPDATE

TR_SCHOOL_AUDIT_DELETE

Referenced by
Referenced by Field

ACADEMICCATALOGDEPARTMENT

SCHOOLID

ACADEMICYEAR

SCHOOLID

ADDREQUESTSFORMULTIPLESTUDENTSPROCESS

SCHOOLID

BILLINGGENERATETRANSACTIONSPROCESSSCHOOL

SCHOOLID

BILLINGITEMPRICEBYSCHOOL

SCHOOLID

CORECURRICULUM

SCHOOLID

COURSE

SCHOOLID

PROMOTIONSCHEDULE

SCHOOLID

SCHEDULEDATE

SCHOOLID

SCHEDULEDATEADJUSTMENT

SCHOOLID

SCHOOLGRADELEVEL

SCHOOLID

STUDENTSKILLSCHOOL

SCHOOLID