BOMCopyToProd.copySteps Method [AX 2012]

Copies the steps information from the BOM table definition to the ProdBOM instance used in production.

Syntax

public void copySteps(
    BOMMap _copyFrom, 
    BOMMap _copyTo, 
   [str _tableName])

Run On

Server

Parameters

  • _copyFrom
    Type: BOMMap Map
    A map referencing the BOM record to copy the information from.
  • _copyTo
    Type: BOMMap Map
    A map referencing the ProdBOM record to copy the information to.
  • _tableName
    Type: str
    The name of the table that contains the step records; optional, defaults to the AOT name of the PmfProdBOMStep table.

See Also

Reference

BOMCopyToProd Class