TAeEdit Structure

Field Data Type Description Notes
All TAeEmployeeBasic Fields TAeEmployeeBasic Inherits Fields from TAeEmployeeBasic
AccountCode String Operator that performed the edit 7
ClkSup Integer ID of the time recorder, if used
EditDollars Double Amout of dollars
EditNameDescr String Description of the type of edit 7
EditOpDescr String Description of the operation performed by the edit 7
EditRate Double Rate of pay
EditTimeStamp String When the edit was added 7
EditType Integer Supervisor edit identifier, see Edit Types below
EditWG1 Integer Workgroup level 1
EditWG2 Integer Workgroup level 2
EditWG3 Integer Workgroup level 3
EditWG4 Integer Workgroup level 4
EditWG5 Integer Workgroup level 5
EditWG6 Integer Workgroup level 6
EditWG7 Integer Workgroup level 7
EditWGDescr String Description of the seven workgroup levels 7
EffDate String Date adjustment is effective 1
EffTime String Time adjustment is effective 2
Hours Integer Time in number of minutes
HoursHund Double Time in hours
PayDesID Integer Pay designation numeric value 3
PrevPayDesID Integer Previous pay designation numeric value 3
ReasonCodeID Integer Reason code numeric value 4
SiteID Integer Internal unique identifier 5, 7

Notes

  1. yyyy-MM-dd format
  2. HH:mm.sss format
  3. Use getPayDesignationsSimple to retrieve a list of Pay Designation IDs
  4. Use getReasonCodesSimple to retrieve a list of Reason Code IDs
  5. If SiteID value = -1, the edit cannot be cancelled or removed
  6. Read only

Edit Types (Supervisor Edits)

  • 0 - Add Punch
  • 1 - Delete Punch
  • 2 - Credit Hours
  • 3 - Debit Hours
  • 4 - Add Worked Time
  • 6 - Special
  • 14 - Authorize Transfer
  • 15 - Authorize As Emp
  • 40 - Authorize Single Day
  • 41 - Authorize Single Day Transfer Activity
  • 52 - Employee BIO Policy Attest
  • 101 - Workgroup Transfer
  • 301 - Credit Benefit Balance
  • 302 - Debit Benefit Balance
  • 303 - New Benefit Balance
  • 304 - Remove Benefit Adjustment
  • 305 - Limit Benefit Amount
  • 700 - Emp Add Punch

TAeEmployeeBasic

Methods Referencing Structure

cancelTimeCardEdit
deleteTimeCardEdit
extractEmployeeEditsByFilekey
extractEmployeesEditsByIDNum
performTimeCardEdit

Back to Top