Share via


RetailTransactionServiceEmployee::getTimeclockHistory Method [AX 2012]

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

Return Value

Type: QueryRun Class
A container having history of worker's registrations.

See Also

Reference

RetailTransactionServiceEmployee Class