Share via


BOMHierarchyCheck.scanUpBOM Method [AX 2012]

Traverses the BOMs that refer 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 _version, 
            EcoResItemConfigurationName _config, 
            TransDate _fromDate, 
            TransDate _toDate, 
           [PmfFormulaCoBy _coBy])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public boolean scanUpBOM(
            BOMVersion _version, 
            EcoResItemConfigurationName _config, 
            TransDate _fromDate, 
            TransDate _toDate, 
           [PmfFormulaCoBy _coBy])

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

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

  Microsoft Dynamics AX 2012 (SYS)
          public boolean scanUpBOM(
            BOMVersion version, 
            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

BOMHierarchyCheck Class