Share via


RetailTransactionServiceEmployee::addTimeRawRegistration Method [AX 2012]

Adds a record to time raw registrations for the worker specified.

Syntax

client server private static container addTimeRawRegistration(
    RecId _workerRecId, 
    RetailTerminalId _terminalId, 
    JmgTermRegType _regType, 
   [JmgJobId _jobId, 
    RefRecId _matchRecId])

Run On

Called

Parameters

  • _matchRecId
    Type: RefRecId Extended Data Type
    Rec id that newly added record should be matched to (in case stop break registration). Optional.

Return Value

Type: container
Container with operation status (success or error), error message (if any), RecId of the new clock entry and its registration time (last two, if operation is successful).

See Also

Reference

RetailTransactionServiceEmployee Class