Definition of table history-code
Employee History Activity Codes , Table Dump Name hist-cod

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 student history code
  • extern-guid: (CHAR) External Global Unique ID for this record
  • history-code: (CHAR) Name of employee history code
  • history-code-id: (INTG) Internally assigned History Code ID [DEFINE KEY]
  • primary-key: (INTG) Unique, Primary key for 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: description
  • extern-guid: extern-guid
  • history-code: history-code
  • history-code-id: (UNIQUE, PRIMARY) history-code-id

    Alphabetical Trigger Summary

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

    Other tables who reference history-code

  • emp-history - Employee Demographic Entry


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

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

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

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

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

    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 12/28/2020 by DBHTML V1.2