BOMCopyTo.copySteps Method [AX 2012]

Copies the BOM step information from one BOM line to a new one.

Syntax

protected void copySteps(
    BOMMap _copyFrom, 
    BOMMap _copyTo, 
    str _tableName)

Run On

Server

Parameters

  • _copyFrom
    Type: BOMMap Map
    The BOM line from which to copy the information.
  • _copyTo
    Type: BOMMap Map
    The BOM line to which to copy the information.
  • _tableName
    Type: str
    The name of the table that must be used to create the instance of the PmfBOMStepMap map.

See Also

Reference

BOMCopyTo Class