Definition of table note-code
Definition of each of the possible note codes , Table Dump Name note-cod

Alphabetical Field Summary

  • cre-date: (DATE) Date this record was created
  • cre-user-name: (CHAR) Name of user who created this record
  • description: (CHAR) A brief description of the note
  • extern-guid: (CHAR) External Global Unique ID for this record
  • line-cnt: (INTG) Number of lines that can be typed in for each note (1 to 5)
  • max-notes: (INTG) Maximum # of times an employee can have this note
  • note-code: (CHAR) A short name describing an employee note
  • primary-key: (INTG) Unique, Primary key for record
  • table-label: (CHAR) Label to use for the site table code
  • table-name-id: (INTG) Table Name to use with this note
  • table-required: (LOGC) Yes if a code from this table is required for this note code
  • table2-label: (CHAR) Name of the 2nd site table to use
  • table2-name-id: (INTG) Second site table to associate with this note code
  • table2-required: (LOGC) Yes to require this table code when assigning this note
  • upd-date: (DATE) Date this record was last updated
  • upd-user-name: (CHAR) Name of user who last updated this record
  • use-date: (LOGC) Yes to allow dates with the notes, No to disable them
  • use-table: (LOGC) 'Yes' to use a site table verified value with this note
  • use-table2: (LOGC) Yes to associate a second site table code with this note

    Alphabetical Index Summary

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

    Alphabetical Trigger Summary

  • CREATE: Overridable, Procedure is tr-c-ntc.p
  • DELETE: Overridable, Procedure is tr-d-ntc.p
  • REPLICATION-CREATE: Procedure is rp-c-ntc.p
  • REPLICATION-DELETE: Procedure is rp-d-ntc.p
  • REPLICATION-WRITE: Procedure is rp-u-ntc.p
  • WRITE: Overridable, Procedure is tr-u-ntc.p

    Other tables who reference note-code

  • emp-note - Employee Notes file
  • fringe-period - Fringe Benefit Period

    Tables note-code references

  • site-table-name - Site Table Names


    Detailed Alphabetical Field Listing
    cre-date Data type: DATE
    Format: 99/99/9999 (Initial Value: TODAY)
    Description: Date this record was created

    cre-user-name Data type: CHARACTER
    Format: x(16)
    Help: Name of user who created this record
    Attributes: Mandatory

    description Data type: CHARACTER
    Format: x(28)
    Help: A brief description of the note
    Attributes: Index Component

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

    line-cnt Data type: INTEGER
    Format: 9 (Initial Value: 0)
    Help: Number of lines that can be typed in for each note (1 to 5)

    max-notes Data type: INTEGER
    Format: zz9 (Initial Value: 999)
    Help: Maximum # of times an employee can have this note

    note-code Data type: CHARACTER
    Format: x(8)
    Help: A short name describing an employee note
    Attributes: Index Component

    primary-key Data type: INTEGER
    Format: zzzzzzzzz9
    Help: Unique, Primary key for record

    table-label Data type: CHARACTER
    Format: x(8)
    Help: Label to use for the site table code

    table-name-id Data type: INTEGER
    Format: zzzzzzzzzzz9
    Description: Table Name to use with this note

    table-required Data type: LOGICAL
    Format: Yes/No (Initial Value: N)
    Help: Yes if a code from this table is required for this note code

    table2-label Data type: CHARACTER
    Format: x(8)
    Help: Name of the 2nd site table to use

    table2-name-id Data type: INTEGER
    Format: 999999999999
    Help: Second site table to associate with this note code

    table2-required Data type: LOGICAL
    Format: Yes/No (Initial Value: No)
    Help: Yes to require this table code when assigning this note

    upd-date Data type: DATE
    Format: 99/99/9999 (Initial Value: TODAY)
    Description: Date this record was last updated

    upd-user-name Data type: CHARACTER
    Format: x(16)
    Description: Name of user who last updated this record

    use-date Data type: LOGICAL
    Format: Yes/No (Initial Value: no)
    Help: Yes to allow dates with the notes, No to disable them

    use-table Data type: LOGICAL
    Format: Yes/No (Initial Value: No)
    Help: 'Yes' to use a site table verified value with this note

    use-table2 Data type: LOGICAL
    Format: Yes/No (Initial Value: N)
    Help: Yes to associate a second site table code with this note

    Created on 12/28/2020 by DBHTML V1.2