Share via


WHSLoadLine::reserveLoadLine Method

Reserves inventory on the source order for the the loadLine.

Syntax

client server public static boolean reserveLoadLine(WHSLoadLine _loadLine, InventQty _inventQty)

Run On

Called

Parameters

  • _loadLine
    Type: WHSLoadLine Table
    The loadLine that inventory is being reserved for.

Return Value

Type: boolean
true if the loadLine could successfully reserve inventory; otherwise, false.

Remarks

If the source order is already reserve or partially reserved this method will not try to reserve more than the amount that is still on Order for the movement and match the loadLine inventDim.

See Also

Reference

WHSLoadLine Table