Share via


EcoResProductDimGroupSetup.copyProductDimensions Method [AX 2012]

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

Syntax

public void copyProductDimensions(InventDim _inventDimFrom, InventDim _inventDimTo)

Run On

Called

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