InventReleaseOrderPickingForm.pdsCWAllOrdersDeliverable Method [AX 2012]
Checks whether enough physical inventory is available to fulfill the quantities on an order.
Syntax
protected boolean pdsCWAllOrdersDeliverable(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 enough physical inventory is available to fulfill quantities on the order; otherwise, false.