Definition of table note-group
Note Grouping Code. Each note group appears as a seperate area in the student maintenance , Table Dump Name note-grp

Alphabetical Field Summary

  • 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 the note group
  • extern-guid: (CHAR) External Global Unique ID for this record
  • note-format: (CHAR) Format for note codes of this group
  • note-group-code: (CHAR) Name of note group
  • note-group-id: (INTG) Internally assigned Note Group ID [DEFINE KEY]
  • note-width: (INTG) Width of a note code for this group (should accomodate forma
  • 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

  • decription: description
  • extern-guid: extern-guid
  • note-group-code: note-group-code
  • note-group-id: (UNIQUE, PRIMARY) note-group-id

    Alphabetical Trigger Summary

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

    Other tables who reference note-group

  • note-code - Note Code record definitions
  • site-fld-define - Site Field definitions
  • std-test-item - (no description available)
  • stu-note - Student Notes file


    Detailed Alphabetical Field Listing
    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 the note group
    Attributes: Index Component

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

    note-format Data type: CHARACTER
    Format: x(20) (Initial Value: x(8))
    Help: Format for note codes of this group

    note-group-code Data type: CHARACTER
    Format: x(8)
    Help: Name of note group
    Attributes: Index Component

    note-group-id Data type: INTEGER
    Format: zzzzzzzzzzz9
    Description: Internally assigned Note Group ID [DEFINE KEY]
    Attributes: Index Component

    note-width Data type: INTEGER
    Format: z9 (Initial Value: 8)
    Help: Width of a note code for this group (should accomodate forma

    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