Share via


RetailTransactionServiceEmployee::startBreak Method [AX 2012]

Registers break for the worker specified.

Syntax

client server public static container startBreak(
    HcmPersonnelNumberId _personnelNumber, 
    RetailTerminalId _terminalId, 
    JmgJobId _breakJobId)

Run On

Called

Parameters

Return Value

Type: container
A container having information whether registration is successful.

Remarks

With the job id we can specify the kind of break (e.g. break for lunch, break from work etc.).

Currently, any kind of break can be added in JmgIpcActivity table.

See Also

Reference

RetailTransactionServiceEmployee Class