RetailTransactionServiceEmployee::getWorkerHistoryUtc Method [AX 2012]
Gets a history of time registrations for the worker specified in UTC time zone.
Syntax
client server public static container getWorkerHistoryUtc(
HcmPersonnelNumberId _personnelNumber,
RetailStoreId _storeId,
[utcdatetime _fromDate,
utcdatetime _toDate,
int64 _top,
int64 _skip,
str _orderByField,
SortOrder _sortOrder])
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.
- _top
Type: int64
The top count, i.e. the number of employee activities to get.
- _skip
Type: int64
The skip number, i.e. the number of employee activities to skip.
- _orderByField
Type: str
The order by field name.
- _sortOrder
Type: SortOrder Enumeration
The sort order.
Return Value
Type: container
A container having history of worker's registrations.