Share via


InventReleaseOrderPickingForm_Sales.allOrdersDeliverable Method [AX 2012]

Determines whether all orders with the same item and inventory dimensions can be delivered.

Syntax

protected boolean allOrdersDeliverable(
    ItemId _itemId, 
    InventDim _inventDim, 
   [CustAccount _custId, 
    date _dateReq])

Run On

Server

Parameters

  • _dateReq
    Type: date
    Requested receipt date.

Return Value

Type: boolean
true if all orders can be delivered; otherwise, false.

See Also

Reference

InventReleaseOrderPickingForm_Sales Class