Definition of table course-group
Course Groups , Table Dump Name crs-grp

Alphabetical Field Summary

  • bldg-id: (INTG) Internally assigned building number
  • course-group-code: (CHAR) Name of this course group
  • course-group-id: (INTG) [DEFINE KEY]
  • 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
  • description: (CHAR) Description of this course group
  • extern-guid: (CHAR) External Global Unique ID for this record
  • master-course-group-id: (INTG) ID of course-group 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 record was updated by

    Alphabetical Index Summary

  • course-group-code: school-year-id, bldg-id, course-group-code
  • course-group-id: (UNIQUE, PRIMARY) school-year-id, bldg-id, course-group-id
  • description: school-year-id, bldg-id, description
  • extern-guid: extern-guid

    Alphabetical Trigger Summary

  • CREATE: Overridable, Procedure is tr-c-crg.p (SOURCE NOT AVAILABLE)
  • DELETE: Overridable, Procedure is tr-d-crg.p (SOURCE NOT AVAILABLE)
  • REPLICATION-CREATE: Procedure is rp-c-crg.p (SOURCE NOT AVAILABLE)
  • REPLICATION-DELETE: Procedure is rp-d-crg.p (SOURCE NOT AVAILABLE)
  • REPLICATION-WRITE: Procedure is rp-u-crg.p (SOURCE NOT AVAILABLE)
  • WRITE: Overridable, Procedure is tr-u-crg.p (SOURCE NOT AVAILABLE)

    Other tables who reference course-group

  • course-catalog - Course Catalog
  • course-group-alternate - Alternate course for a course group
  • honor-roll-group - List of course gourps that are required or forbidden from th

    Tables course-group 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
  • honor-roll-group - List of course gourps that are required or forbidden from th
  • 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-group-code Data type: CHARACTER
    Format: x(8)
    Help: Name of this course group
    Attributes: Index Component

    course-group-id Data type: INTEGER
    Format: zzzzzzzzzzz9
    Description: [DEFINE KEY]
    Help: Internally assigned course group 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 record was created

    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 group
    Attributes: Index Component

    extern-guid Data type: CHARACTER
    Format: x(32)
    Description: External Global Unique ID for this record
    Attributes: Index Component

    master-course-group-id Data type: INTEGER
    Format: zzzzzzzzzzz9
    Description: ID of course-group 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)
    Description: Name of user record was updated by

    Created on 05/07/2012 by DBHTML V1.2