Share via


BOMCreate.createBOMCopy Method [AX 2012]

Creates a BOM by copying the data from another BOM.

Syntax

protected container createBOMCopy(
    InventTable _inventTable, 
    BOMId _fromBOMId, 
    BOMId _toBOMId, 
    InventSiteId _fromSiteId, 
    InventSiteId _toSiteId, 
    Name _name)

Run On

Server

Parameters

  • _inventTable
    Type: InventTable Table
    An InventTable buffer that contains the item for which the BOM is created.

Return Value

Type: container
A container that contains the created BOM ID and site ID.

See Also

Reference

BOMCreate Class