Share via


EcoResProductDimGroupSetup::copyProductDimensionsForItem Method [AX 2012]

Copies the values for active product dimensions from one InventDim record to another InventDim record.

Syntax

client server public static void copyProductDimensionsForItem(
    ItemId _itemId, 
    InventDim _inventDimFrom, 
    InventDim _inventDimTo)

Run On

ClientOrServer

Parameters

  • _inventDimFrom
    Type: InventDim Table
    The InventDim record from which to copy.
  • _inventDimTo
    Type: InventDim Table
    The InventDim record to which to copy.

See Also

Reference

EcoResProductDimGroupSetup Class