BOMCalcItem::inventDimMerged Method [AX 2012]

Merges two inventory dimension records.

Syntax

client server protected static InventDim inventDimMerged(InventDim _inventDimParent, InventDim _inventDimBOMLine)

Run On

Called

Parameters

  • _inventDimParent
    Type: InventDim Table
    An inventDim record that holds the inventory dimensions for the parent calculation.
  • _inventDimBOMLine
    Type: InventDim Table
    An inventDim record that holds the inventory dimensions for a bills of materials line.

Return Value

Type: InventDim Table
AninventDim record that holds the merged inventory dimensions.

See Also

Reference

BOMCalcItem Class