Share via


BOMHierarchyReport.scanUpBOM Method [AX 2012]

Traverses the BOM that refers to a BOM version.

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 boolean scanUpBOM(
            BOMVersion presVersion, 
            EcoResItemConfigurationName config, 
            TransDate fromDate, 
            TransDate toDate, 
           [PmfFormulaCoBy _coBy])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public boolean scanUpBOM(
            BOMVersion presVersion, 
            EcoResItemConfigurationName config, 
            TransDate fromDate, 
            TransDate toDate, 
           [PmfFormulaCoBy _coBy])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public boolean scanUpBOM(
            BOMVersion presVersion, 
            EcoResItemConfigurationName config, 
            TransDate fromDate, 
            TransDate toDate, 
           [PmfFormulaCoBy _coBy])

  Microsoft Dynamics AX 2012 (FPK)
          public boolean scanUpBOM(
            BOMVersion presVersion, 
            EcoResItemConfigurationName config, 
            TransDate fromDate, 
            TransDate toDate)

  Microsoft Dynamics AX 2012 (SYS)
          public boolean scanUpBOM(
            BOMVersion presVersion, 
            EcoResItemConfigurationName config, 
            TransDate fromDate, 
            TransDate toDate)

Run On

Server

Parameters

Return Value

Type: boolean
true if the structure is valid; otherwise, false.

See Also

Reference

BOMHierarchyReport Class