PdsBatchSearch.isOnhandSufficient Method [AX 2012]

Indicates whether the current available inventory for the specified batch ID is sufficient.

protected boolean isOnhandSufficient(InventSum _inventSum, InventBatchId _inventBatchId)

Run On

Server

Parameters

_inventSum
Type: InventSum Table
A InventSum record that represents the available inventory.
_inventBatchId
Type: InventBatchId Extended Data Type
A string value that represents a batch ID.

Return Value

Type: boolean
true if the available inventory is sufficient; otherwise, false.

Community Additions

ADD
Show: