TAeEmpTransaction Structure

Field Data Type Description Notes
All TAeEmployeeBasic Fields TAeEmployeeBasic Inherits Fields from TAeEmployeeBasic
Station Integer Clock station identifier 1
TimeStamp String Timestamp of transaction 2
TransType Integer Punch type identifier 3 see Transaction Types below

Notes

  1. Use getStationsSimple to retrieve a list of Station IDs and values
  2. yyyy-mm-dd HH:mm:ss:fff format
  3. These are returned values

Transaction Types

  • 0 - Punch
  • 1 - Punch Transfer
  • 2 - Transfer
  • 3 - In
  • 4 - Out
  • 5 - Access
  • 6 - Undefined
  • 7 - Punch Access
  • 8 - Punch Transfer Start Only
  • 9 - Punch Transfer Start Auto Determine
  • 20 - Minimum call back value
  • 24 - Maximum call back value
  • 99 - Auto punch value
  • 255 - Mask
  • 256 - Start of shift
  • 512 - End of shift
  • 1024 - Not start of shift
  • 2048 - Added transaction

Methods Referencing Structure

extractRangedTransactionsUsingHyperQuery

Back to Top