Share via


RetailTransactionService::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

  • _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.

See Also

Reference

RetailTransactionService Class