Definition of table course-level
Course Level header file. This has little content and mostly
acts as an anchor for the course-level-item file. Course
levels regulate the grade values/meanings
, Table Dump Name crs-levl
Alphabetical Field Summary
bldg-id: (INTG) Internally assigned building number
course-level-code: (CHAR) Short name for this course level
course-level-id: (INTG) [DEFINE KEY]
cre-date: (DATE) Date record was created
cre-time: (CHAR) Time this record was created at
cre-user-name: (CHAR) Name of user who created the record
description: (CHAR) Description of this course level
extern-guid: (CHAR) External Global Unique ID for this record
master-course-level-id: (INTG) ID of course-level this code is tied to
primary-key: (INTG) Unique, Primary key for record
school-year-id: (INTG) School year for this record
upd-date: (DATE) Date record was last updated
upd-time: (CHAR) Time this record was last updated at
upd-user-name: (CHAR) Name of user record was updated by
Alphabetical Index Summary
course-level: (UNIQUE, PRIMARY) school-year-id, bldg-id, course-level-id
course-level-code: school-year-id, bldg-id, course-level-code
description: school-year-id, bldg-id, description
extern-guid: extern-guid
Alphabetical Trigger Summary
CREATE: Overridable, Procedure is tr-c-crl.p (SOURCE NOT AVAILABLE)
DELETE: Overridable, Procedure is tr-d-crl.p (SOURCE NOT AVAILABLE)
REPLICATION-CREATE: Procedure is rp-c-crl.p (SOURCE NOT AVAILABLE)
REPLICATION-DELETE: Procedure is rp-d-crl.p (SOURCE NOT AVAILABLE)
REPLICATION-WRITE: Procedure is rp-u-crl.p (SOURCE NOT AVAILABLE)
WRITE: Overridable, Procedure is tr-u-crl.p (SOURCE NOT AVAILABLE)
Other tables who reference course-level
course-catalog - Course Catalog
course-level-grade - Course Level grade file. One entry in here for each possible
honor-roll-grade - List of required or forbidden grades for this honor roll
master-schd - Master Schedule records One entry per course, per section fo
stu-grade-mark - One entry for each mark a student received for the associate
stu-transcript-course - Student transcript courses. One per student/transcript/year/
stu-transcript-mark - Student transcript marks
Tables course-level references
building - One record for each building, for each scheduling version, f
email-info - (no description available)
grading-setup - Grading setup controls building level setup/policy issues wi
school-year - School year file
spm-prof - SPM Profile/Base record. Only 1 per system!
user-bldg - User Restricted to building list
Detailed Alphabetical Field Listing
bldg-id Data type: INTEGER
Format: zzzzzzzzzzz9
Help: Internally assigned building number
Attributes: Index Component
course-level-code Data type: CHARACTER
Format: x(8)
Help: Short name for this course level
Attributes: Index Component
course-level-id Data type: INTEGER
Format: zzzzzzzzzzz9
Description: [DEFINE KEY]
Help: Interally assigned course/level ID
Attributes: Index Component
cre-date Data type: DATE
Format: 99/99/9999 (Initial Value: TODAY)
Description: Date record was created
cre-time Data type: CHARACTER
Format: x(8)
Description: Time this record was created at
cre-user-name Data type: CHARACTER
Format: x(16)
Description: Name of user who created the record
description Data type: CHARACTER
Format: x(28)
Help: Description of this course level
Attributes: Index Component
extern-guid Data type: CHARACTER
Format: x(32)
Description: External Global Unique ID for this record
Attributes: Index Component
master-course-level-id Data type: INTEGER
Format: zzzzzzzzzzz9
Description: ID of course-level this code is tied to
primary-key Data type: INTEGER
Format: zzzzzzzzzzzz
Help: Unique, Primary key for record
school-year-id Data type: INTEGER
Format: zzzzzzzzzzz9
Help: School year for this record
Attributes: Index Component
upd-date Data type: DATE
Format: 99/99/9999 (Initial Value: TODAY)
Description: Date record was last updated
upd-time Data type: CHARACTER
Format: x(8)
Description: Time this record was last updated at
upd-user-name Data type: CHARACTER
Format: x(16)
Description: Name of user record was updated by
Created on 05/07/2012 by DBHTML V1.2