Share via


ReqTrans.initFromBOM Method

Initializes the bill of materials line information from the master data bill of materials line record.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          public void initFromBOM(BOM _bom, [BOMTable _bomTable])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void initFromBOM(BOM _bom, [BOMTable _bomTable])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public void initFromBOM(BOM _bom)

  Microsoft Dynamics AX 2012 (FPK)
          public void initFromBOM(BOM _bom)

  Microsoft Dynamics AX 2012 (SYS)
          public void initFromBOM(BOM _bom)

Run On

Called

Parameters

  • _bom
    Type: BOM Table
    A BOM record containing the master data bill of materials line information.

See Also

Reference

ReqTrans Table