Definition of table note-code
Note Code record definitions , Table Dump Name note-cod

Alphabetical Field Summary

  • allow-multi: (LOGC) Allow a student to have multiple instances of this note?
  • 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 code
  • extern-guid: (CHAR) External Global Unique ID for this record
  • note-code: (CHAR) Name of note code
  • note-code-id: (INTG) Internally assigned Note Code ID [DEFINE KEY]
  • note-date-label: (CHAR) Label for this notes date field
  • note-end-date-label: (CHAR) Label for this notes end date field
  • note-flag-label: (CHAR) Label for this notes Yes/No Flag field
  • note-group-id: (INTG) Note Group ID of associated group
  • table-label: (CHAR) Label for the table field
  • table-name-id: (INTG) ID of the table used for this note code
  • table-verified: (LOGC) Yes to allow note code to have table verified data
  • 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
  • use-date: (LOGC) Yes to allow dates to be recorded with notes
  • use-end-date: (LOGC) Yes to allow an ending date to be recorded with notes
  • use-flag: (LOGC) Yes to allow use of 'Yes/No' flags for note codes

    Alphabetical Index Summary

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

    Alphabetical Trigger Summary

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

    Other tables who reference note-code

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

    Tables note-code references

  • note-group - Note Grouping Code. Each note group appears as a seperate
  • site-table-name - Site Table Names


    Detailed Alphabetical Field Listing
    allow-multi Data type: LOGICAL
    Format: Yes/No (Initial Value: Yes)
    Help: Allow a student to have multiple instances of this note?

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

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

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

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

    note-date-label Data type: CHARACTER
    Format: x(16)
    Help: Label for this notes date field

    note-end-date-label Data type: CHARACTER
    Format: x(16)
    Help: Label for this notes end date field

    note-flag-label Data type: CHARACTER
    Format: x(16)
    Help: Label for this notes Yes/No Flag field

    note-group-id Data type: INTEGER
    Format: zzzzzzzzzzz9
    Description: Note Group ID of associated group
    Attributes: Index Component

    table-label Data type: CHARACTER
    Format: x(16)
    Help: Label for the table field

    table-name-id Data type: INTEGER
    Format: zzzzzzzzzzz9
    Description: ID of the table used for this note code

    table-verified Data type: LOGICAL
    Format: Yes/No (Initial Value: No)
    Help: Yes to allow note code to have table verified data

    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

    use-date Data type: LOGICAL
    Format: Yes/No (Initial Value: No)
    Help: Yes to allow dates to be recorded with notes

    use-end-date Data type: LOGICAL
    Format: Yes/No (Initial Value: No)
    Help: Yes to allow an ending date to be recorded with notes

    use-flag Data type: LOGICAL
    Format: Yes/No (Initial Value: No)
    Help: Yes to allow use of 'Yes/No' flags for note codes

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