RetailTransactionServiceEmployee::getWorkerHistory Method [AX 2012]
Gets a history of time registrations for the worker specified.
Syntax
client server public static container getWorkerHistory(
HcmPersonnelNumberId _personnelNumber,
RetailStoreId _storeId,
[utcdatetime _fromDate,
utcdatetime _toDate])
Run On
Called
Parameters
- _personnelNumber
Type: HcmPersonnelNumberId Extended Data Type
Personnel number of the worker.
- _storeId
Type: RetailStoreId Extended Data Type
Number of the store, where time registration has been made.
- _fromDate
Type: utcdatetime
Lower bound of the history returned.
- _toDate
Type: utcdatetime
Upper bound of the history returned.
Return Value
Type: container
A container having history of worker's registrations.