Share via


WMSOrderTrans::loopWMSOrderTransMulti Method

Updates multiple WMSOrderTrans records.

Syntax

server public static void loopWMSOrderTransMulti(container _packedMap, WMSOrderTransMultiUpdateHandleable _handler)

Run On

Server

Parameters

  • _packedMap
    Type: container
    A Map object whose key is a WMSOrderTrans.recId value and whose version is a WMSOrderTrans.OrderId,WMSOrderTrans.recVersion value.

Exceptions

Exception Condition
UpdateConflict

An update conflict occurred.

UpdateConflictNotRecovered

An update conflict cannot be recovered.

Error

The recversion parameter differs from the recversion value of the selected record.

Remarks

An OrderId value is required for performance reasons so that an index can be used. This method only supports posting the WMSOrderTrans records that are related to the same picking route.

See Also

Reference

WMSOrderTrans Table