Definition of table pay-assign
Payroll Assignments , Table Dump Name pay-asng

Alphabetical Field Summary

  • assign-desc: (CHAR) Description, if any, of assignment
  • assign-id: (INTG) Payroll Assignment identifier
  • assign-name: (CHAR) Name of assignment
  • cre-date: (DATE) Date this record was created
  • cre-time: (CHAR) Creation time of this record
  • cre-user-name: (CHAR) Name of user who created this record
  • extern-guid: (CHAR) External Global Unique ID for this record
  • instructional: (LOGC) Enter 'Yes' if Pay assignment is designated Instructional (S
  • primary-key: (INTG) Unique, Primary key for record
  • upd-date: (DATE) Date this record was last updated
  • upd-time: (CHAR) Time of last update to this record
  • upd-user-name: (CHAR) Name of user who last updated this record

    Alphabetical Index Summary

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

    Alphabetical Trigger Summary

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

    Other tables who reference pay-assign

  • emp-rate - Employee Payrate records
  • pay-assign-role - Role & Service of Pay Assignment
  • pay-rate - Master Payrate definitions


    Detailed Alphabetical Field Listing
    assign-desc Data type: CHARACTER
    Format: x(32)
    Help: Description, if any, of assignment
    Attributes: Index Component

    assign-id Data type: INTEGER
    Format: zzzzzzzzzzz9
    Description: Payroll Assignment identifier
    Attributes: Index Component

    assign-name Data type: CHARACTER
    Format: x(8)
    Help: Name of assignment
    Attributes: Index Component

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

    cre-time Data type: CHARACTER
    Format: x(8)
    Help: Creation time of this record

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

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

    instructional Data type: LOGICAL
    Format: Yes/No (Initial Value: No)
    Help: Enter 'Yes' if Pay assignment is designated Instructional (S

    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 this record was last updated

    upd-time Data type: CHARACTER
    Format: x(8)
    Help: Time of last update to this record

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

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