Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.