RetailTransactionServiceEmployee::addTimeRawRegistration Method [AX 2012]
Adds a record to time raw registrations for the worker specified.
client server private static container addTimeRawRegistration(
RecId _workerRecId,
RetailTerminalId _terminalId,
JmgTermRegType _regType,
[JmgJobId _jobId,
RefRecId _matchRecId])
Run On
CalledParameters
- _workerRecId
- Type: RecId Extended Data Type
RecId of the worker.
- _terminalId
- Type: RetailTerminalId Extended Data Type
Terminal id, which time registration applies to.
- _regType
- Type: JmgTermRegType Enumeration
Type of time registration (Clock In, Clock Out, Break, Stop break)
- _jobId
- Type: JmgJobId Extended Data Type
Job id (e.g. job for break for lunch). Optional.
- _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: containerContainer 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).
Show: