WMSOrderTransType::finishPickingLinesMulti Method [AX 2012]
Updates multiple WMSOrderTrans records.
Syntax
server public static void finishPickingLinesMulti(
container _packedMap,
[WMSPickPalletId _wmsPickPalletId,
HcmWorkerRecId _worker,
WMSExpeditionTime _time])
Run On
Server
Parameters
- _packedMap
Type: container
A packed map.
- _wmsPickPalletId
Type: WMSPickPalletId Extended Data Type
A WMSPickPalletID value; optional.
- _worker
Type: HcmWorkerRecId Extended Data Type
The worker that performs the operation; optional.
- _time
Type: WMSExpeditionTime Extended Data Type
The duration of the operation; optional.
Exceptions
Exception | Condition |
---|---|
UpdateConflict | An update conflict occurred. |
UpdateConflictNotRecovered | An update conflict cannot be recovered. |
Error | The recversion passed as argument differs from the recversion of the selected record |
Remarks
An OrderId value is required for performance reasons so an index can be used.