Definition of table atnd-accr
Attendance code -> Accrual Code assignments , Table Dump Name atd-acr

Alphabetical Field Summary

  • accr-action: (CHAR) Action used to affect accrual (Add, Subtract, Clear, etc)
  • accr-code: (CHAR) Accrual code link
  • accr-required: (LOGC) Is accrual block required for employee to use attendance cod
  • affect-used: (LOGC) 'Used' to affect accrual used, 'Accrual' to affect accrued
  • atnd-code: (CHAR) Attendance code link
  • cre-date: (DATE) Date this record was created
  • cre-user-name: (CHAR) Name of user who created this record
  • extern-guid: (CHAR) External Global Unique ID for this record
  • monitor-accr: (LOGC) Yes to monitor exceeding accrual and enable warnings
  • primary-key: (INTG) Unique, Primary key for record
  • upd-date: (DATE) Date this record was last updated
  • upd-user-name: (CHAR) Name of user who last updated this record

    Alphabetical Index Summary

  • accr-atnd: accr-code, atnd-code
  • atnd-accr: (UNIQUE, PRIMARY) atnd-code, accr-code
  • extern-guid: extern-guid

    Alphabetical Trigger Summary

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

    Other tables who reference atnd-accr

  • accr-code - Accrual Block Code Definitions
  • emp-accr - Employee Accrual Blocks

    Tables atnd-accr references

  • accr-code - Accrual Block Code Definitions
  • atnd-code - Attendance Code Definitions
  • emp-atnd - Employee Attendance Entries


    Detailed Alphabetical Field Listing
    accr-action Data type: CHARACTER
    Format: x(8) (Initial Value: Add)
    Help: Action used to affect accrual (Add, Subtract, Clear, etc)

    accr-code Data type: CHARACTER
    Format: x(8)
    Description: Accrual code link
    Help: Enter the Accrual Code to be affected by this Attendance Cod
    Attributes: Index Component

    accr-required Data type: LOGICAL
    Format: Yes/No (Initial Value: no)
    Help: Is accrual block required for employee to use attendance cod

    affect-used Data type: LOGICAL
    Format: Used/Accrual (Initial Value: Yes)
    Help: 'Used' to affect accrual used, 'Accrual' to affect accrued

    atnd-code Data type: CHARACTER
    Format: x(8)
    Description: Attendance code link
    Help: Enter the Attendance Code to affect this Accrual Code
    Attributes: Index Component

    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

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

    monitor-accr Data type: LOGICAL
    Format: Yes/No (Initial Value: No)
    Help: Yes to monitor exceeding accrual and enable warnings

    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-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