Share via


InventReleaseOrderPickingForm.needAllocation Method [AX 2012]

Determines whether manual allocation is need for orders.

Syntax

protected boolean needAllocation(
    ItemId _itemId, 
    InventDim _inventDim, 
   [Common _buffer])

Run On

Server

Parameters

  • _inventDim
    Type: InventDim Table
    The set of inventory dimensions that are required for the order.
  • _buffer
    Type: Common Table
    The originating order line; optional.

Return Value

Type: boolean
true if manual allocation is needed; otherwise false.

See Also

Reference

InventReleaseOrderPickingForm Class