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
- _itemId
Type: ItemId Extended Data Type
The item that is being ordered.
- _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.