RetailTransactionServiceEmployee::clockOut Method [AX 2012]
Registers clock-out for the worker specified.
Syntax
client server public static container clockOut(HcmPersonnelNumberId _personnelNumber, RetailTerminalId _terminalId)
Run On
Called
Parameters
- _personnelNumber
Type: HcmPersonnelNumberId Extended Data Type
Personnel number of the worker.
- _terminalId
Type: RetailTerminalId Extended Data Type
Terminal id, where worker makes a time registration.
Return Value
Type: container
A container having information whether registration is successful.
Remarks
If time registration fails, returned container will also have error message.