TAeEmployeeTransactionSamplingResult Structure

Field Data Type Description Notes
AutoXfer Boolean Returns TRUE if FKey operation also generates a transfer transaction
ESSProfile String Employee’s ESS Profile
FKeyName String Name of the FKey operation
GeoZone String Name of the GeoZone used if the FKey operation required one
InOutState Integer In/Out state of the employee’s current active shift (1=In, 0=Out)
PunchCount Integer Number of punches in employee’s current active shift
ResultMessage String Contains information when a serious error occurs
TimeRestrDescr String String description of time restriction type 2
TimeRestrID Integer Contains numeric ID of time restriction type 2
TimeStamp String Timestamp of transaction 1
TransResult TESSTransResultEnum Result of the Sampling operation
TransRule String Name of the Transaction Rule that was used if FKey was configured to use one
WG1 Integer Workgroup Set the employee’s transfer will be charged to 3
WG2 Integer Workgroup Set the employee’s transfer will be charged to 3
WG3 Integer Workgroup Set the employee’s transfer will be charged to 3
WG4 Integer Workgroup Set the employee’s transfer will be charged to 3
WG5 Integer Workgroup Set the employee’s transfer will be charged to 3
WG6 Integer Workgroup Set the employee’s transfer will be charged to 3
WG7 Integer Workgroup Set the employee’s transfer will be charged to 3
WGDescr String Reserved for future use

Notes

  1. yyyy-MM-dd HH:mm:ss format
  2. TransResult must return etrErrTimeRestriction
  3. AutoXfer must be set to TRUE

Methods Referencing Structure

employeeTransactionSampling

Back to Top