RetailTransactionService::getWorkerCurrentTimeRegistrationState Method [AX 2012]
Gets an information about the current worker's time registration status.
Note |
|---|
|
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using. |
Microsoft Dynamics AX 2012 R3
client server public static container getWorkerCurrentTimeRegistrationState(HcmPersonnelNumberId _personnelNumber, [RetailTerminalId _terminalId])
Microsoft Dynamics AX 2012 R2 (SYS)
client server public static container getWorkerCurrentTimeRegistrationState(HcmPersonnelNumberId _personnelNumber)
Run On
CalledParameters
- _personnelNumber
- Type: HcmPersonnelNumberId Extended Data Type
Personnel number of the worker.
- _terminalId
- Type: RetailTerminalId Extended Data Type
Return Value
Type: containerA container having information about the type of latest worker's time registration.
Show:
Note