Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a history of time registrations.
Syntax
client server private static QueryRun getTimeclockHistory(
[boolean _isManagerLogbook,
HcmPersonnelNumberId _personnelNumber,
container _stores,
utcdatetime _fromDate,
utcdatetime _toDate,
container _regTypes,
JmgJobId _jobId])
Run On
Called
Parameters
- _isManagerLogbook
Type: boolean
True, if data for manager logbook are required, false - otherwise.
- _personnelNumber
Type: HcmPersonnelNumberId Extended Data Type
Personnel number of the worker.
- _stores
Type: container
Container with store IDs, where time registration has been made.
- _fromDate
Type: utcdatetime
Lower bound of the history returned.
- _toDate
Type: utcdatetime
Upper bound of the history returned.
- _regTypes
Type: container
Time registration type.
- _jobId
Type: JmgJobId Extended Data Type
Job Id of the specific break.
Return Value
Type: QueryRun Class
A container having history of worker's registrations.