Definition of table grading-comment
Grading Comments. These are comments that teachers can assign
to a student. For simplicity sake, they are numbered
comments, though it would be easy for us to do something else.
, Table Dump Name grd-cmnt
Alphabetical Field Summary
bldg-id: (INTG) Building ID for this comment code
cre-date: (DATE) Date record was created
cre-time: (CHAR) Time record was created
cre-user-name: (CHAR) Name of user who created the record
dept-id: (INTG) Department (if any) for this comment
description: (CHAR) Description of this comment code
extern-guid: (CHAR) External Global Unique ID for this record
grading-comment-id: (INTG) Internally assigned grading comment ID [DEFINE KEY]
grading-comment-num: (INTG) Comment Number
grading-period-id: (INTG) Grading period comment is associated with
master-grading-comment-id: (INTG) ID of grading-comment 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) Record last updated at
upd-user-name: (CHAR) Name of user who last updated this record
Alphabetical Index Summary
comment-num: school-year-id, bldg-id, grading-period-id, dept-id, grading-comment-num, grading-comment-id
description: school-year-id, bldg-id, grading-period-id, dept-id, description, grading-comment-id
extern-guid: extern-guid
grading-comment: (UNIQUE, PRIMARY) school-year-id, bldg-id, grading-period-id, grading-comment-id
Alphabetical Trigger Summary
CREATE: Overridable, Procedure is tr-c-gcm.p (SOURCE NOT AVAILABLE)
DELETE: Overridable, Procedure is tr-d-gcm.p (SOURCE NOT AVAILABLE)
REPLICATION-CREATE: Procedure is rp-c-gcm.p (SOURCE NOT AVAILABLE)
REPLICATION-DELETE: Procedure is rp-d-gcm.p (SOURCE NOT AVAILABLE)
REPLICATION-WRITE: Procedure is rp-u-gcm.p (SOURCE NOT AVAILABLE)
WRITE: Overridable, Procedure is tr-u-gcm.p (SOURCE NOT AVAILABLE)
Other tables who reference grading-comment
stu-grade-comment - Student Grade comments
Tables grading-comment references
building - One record for each building, for each scheduling version, f
department - Department Classifications
email-info - (no description available)
grading-period - Grading period file holds a list of grading periods for a gi
grading-setup - Grading setup controls building level setup/policy issues wi
honor-roll-comment - Comment codes required or forbidden from this honor roll
school-year - School year file
spm-prof - SPM Profile/Base record. Only 1 per system!
stu-grade-comment - Student Grade comments
stu-rank-gpa - Ranking and GPA data for a grading-period for a student
user-bldg - User Restricted to building list
user-department - User Department Level Restrictions
Detailed Alphabetical Field Listing
bldg-id Data type: INTEGER
Format: zzzzzzzzzzz9
Help: Building ID for this comment code
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 record was created
cre-user-name Data type: CHARACTER
Format: x(16)
Description: Name of user who created the record
dept-id Data type: INTEGER
Format: zzzzzzzzzzz9
Help: Department (if any) for this comment
Attributes: Index Component
description Data type: CHARACTER
Format: x(40)
Help: Description of this comment code
Attributes: Index Component
extern-guid Data type: CHARACTER
Format: x(32)
Description: External Global Unique ID for this record
Attributes: Index Component
grading-comment-id Data type: INTEGER
Format: zzzzzzzzzzzzzz9
Description: Internally assigned grading comment ID [DEFINE KEY]
Attributes: Index Component
grading-comment-num Data type: INTEGER
Format: zz9 (Initial Value: 0)
Help: Comment Number
Attributes: Index Component
grading-period-id Data type: INTEGER
Format: zzzzzzzzzzz9
Description: Grading period comment is associated with
Attributes: Index Component
master-grading-comment-id Data type: INTEGER
Format: zzzzzzzzzzz9
Description: ID of grading-comment 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: Record last updated at
upd-user-name Data type: CHARACTER
Format: x(16)
Help: Name of user who last updated this record
Created on 05/07/2012 by DBHTML V1.2