Definition of table pay-group
Payroll employee group definitions , Table Dump Name pay-grp

Alphabetical Field Summary

  • comments[3]: (CHAR) Any comments for this payroll group
  • extern-guid: (CHAR) External Global Unique ID for this record
  • pay-group-desc: (CHAR) Description, if any, of this employee payroll group
  • pay-group-id: (INTG) Payroll Group Identifier
  • pay-group-name: (CHAR) Name of this employee payroll group
  • primary-key: (INTG) Unique, Primary key for record

    Alphabetical Index Summary

  • extern-guid: extern-guid
  • group-id: (UNIQUE, PRIMARY) pay-group-id
  • group-name: pay-group-name

    Alphabetical Trigger Summary

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

    Other tables who reference pay-group

  • emp-pay-master - Employee Payroll Master


    Detailed Alphabetical Field Listing
    comments Data type: CHARACTER (Extent: 3)
    Format: x(70)
    Help: Any comments for this payroll group

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

    pay-group-desc Data type: CHARACTER
    Format: x(32)
    Help: Description, if any, of this employee payroll group

    pay-group-id Data type: INTEGER
    Format: zzzzzzzzzzz9
    Help: Payroll Group Identifier
    Attributes: Index Component

    pay-group-name Data type: CHARACTER
    Format: x(8)
    Help: Name of this employee payroll group
    Attributes: Index Component

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

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