Share via


InventBatchMergeSelection::newItemDim Method [AX 2012]

Creates a new instance of the InventBatchMergeSelection class given an item ID and inventory dimensions record.

Syntax

client server public static InventBatchMergeSelection newItemDim(ItemId _itemId, InventDim _inventDim)

Run On

Called

Parameters

  • _inventDim
    Type: InventDim Table
    The record of the InventDim table containing the inventory dimension selections for the batch merge.

Return Value

Type: InventBatchMergeSelection Class
A new instance of the InventBatchMergeSelection class with the parameters filled.

See Also

Reference

InventBatchMergeSelection Class