Definition of table request-group
Request Groups. These are arbitrary groups students are
assigned to to aid in the scheduling process
, Table Dump Name rqst-grp
Alphabetical Field Summary
bldg-id: (INTG) Building ID for this request group
comments: (CHAR) Comments for/about this request group
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
default-group: (LOGC) Yes if this is the default request group
description: (CHAR) Description of this request group
extern-guid: (CHAR) External Global Unique ID for this record
request-group-id: (INTG) Internal ID for this request group [DEFINE KEY]
request-group-name: (CHAR) Name of this request group
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 record was updated by
Alphabetical Index Summary
description: school-year-id, bldg-id, description
extern-guid: extern-guid
request-group-id: (UNIQUE, PRIMARY) school-year-id, bldg-id, request-group-id
request-group-name: school-year-id, bldg-id, request-group-name
Alphabetical Trigger Summary
CREATE: Overridable, Procedure is tr-c-rqg.p (SOURCE NOT AVAILABLE)
DELETE: Overridable, Procedure is tr-d-rqg.p (SOURCE NOT AVAILABLE)
REPLICATION-CREATE: Procedure is rp-c-rqg.p (SOURCE NOT AVAILABLE)
REPLICATION-DELETE: Procedure is rp-d-rqg.p (SOURCE NOT AVAILABLE)
REPLICATION-WRITE: Procedure is rp-u-rqg.p (SOURCE NOT AVAILABLE)
WRITE: Overridable, Procedure is tr-u-rqg.p (SOURCE NOT AVAILABLE)
Other tables who reference request-group
stu-request-master - Student Request Master Controls
Tables request-group references
building - One record for each building, for each scheduling version, f
grading-setup - Grading setup controls building level setup/policy issues wi
school-year - School year file
user-bldg - User Restricted to building list
Detailed Alphabetical Field Listing
bldg-id Data type: INTEGER
Format: zzzzzzzzzzz9
Help: Building ID for this request group
Attributes: Index Component
comments Data type: CHARACTER
Format: x(68)
Help: Comments for/about this request group
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
default-group Data type: LOGICAL
Format: Yes/No (Initial Value: No)
Help: Yes if this is the default request group
description Data type: CHARACTER
Format: x(28)
Help: Description of this request group
Attributes: Index Component
extern-guid Data type: CHARACTER
Format: x(32)
Description: External Global Unique ID for this record
Attributes: Index Component
request-group-id Data type: INTEGER
Format: zzzzzzzzzzz9
Description: Internal ID for this request group [DEFINE KEY]
Attributes: Index Component
request-group-name Data type: CHARACTER
Format: x(8)
Help: Name of this request group
Attributes: Index Component
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)
Description: Name of user record was updated by
Created on 05/07/2012 by DBHTML V1.2