Share via


InventOnHandQty::newInventBatch Method [AX 2012]

Creates a new instance of the InventOnHandQty class based on the specified batch.

Syntax

client server public static InventOnHandQty newInventBatch(InventBatch _inventBatch)

Run On

Called

Parameters

  • _inventBatch
    Type: InventBatch Table
    The batch for which on hand is to be retrieved.

Return Value

Type: InventOnHandQty Class
An instance of the InventOnHandQty class.

See Also

Reference

InventOnHandQty Class