Share via


BOMHierarchyReport.scanDownVersion Method [AX 2012]

Traverses the BOM versions that refer to the item of a BOM line.

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 scanDownVersion(
            BOM _bom, 
            ItemId _fatherItemId, 
            EcoResItemConfigurationName _fatherConfigId, 
            TransDate _fromDate, 
            TransDate _toDate, 
           [InventSiteId _siteId])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public boolean scanDownVersion(
            BOM _bom, 
            ItemId _fatherItemId, 
            EcoResItemConfigurationName _fatherConfigId, 
            TransDate _fromDate, 
            TransDate _toDate, 
           [InventSiteId _siteId])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public boolean scanDownVersion(
            BOM bom, 
            ItemId fatherItemId, 
            EcoResItemConfigurationName fatherConfigId, 
            TransDate fromDate, 
            TransDate toDate)

  Microsoft Dynamics AX 2012 (FPK)
          public boolean scanDownVersion(
            BOM bom, 
            ItemId fatherItemId, 
            EcoResItemConfigurationName fatherConfigId, 
            TransDate fromDate, 
            TransDate toDate)

  Microsoft Dynamics AX 2012 (SYS)
          public boolean scanDownVersion(
            BOM bom, 
            ItemId fatherItemId, 
            EcoResItemConfigurationName fatherConfigId, 
            TransDate fromDate, 
            TransDate toDate)

Run On

Server

Parameters

  • _bom
    Type: BOM Table
    The BOM line to traverse.

Return Value

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

See Also

Reference

BOMHierarchyReport Class