InventReleaseOrderPickingForm.pdsCWNeedAllocation Method [AX 2012]
Checks whether more inventory has to be allocated to cover the catch-weight quantity on an order.
Syntax
protected boolean pdsCWNeedAllocation(ItemId _itemId, InventDim _inventDim)
Run On
Server
Parameters
- _itemId
Type: ItemId Extended Data Type
The item ID to check quantities for.
- _inventDim
Type: InventDim Table
The dimensions to check quantities for.
Return Value
Type: boolean
true if more inventory has to be allocated to cover the catch-weight quantity on the order; otherwise, false.