Share via


BOMHierarchy.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 _parentItemId, 
            EcoResItemConfigurationName _parentConfigId, 
            TransDate _fromDate, 
            TransDate _toDate, 
           [InventSiteId _parentSiteId])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public boolean scanDownVersion(
            BOM _bom, 
            ItemId _parentItemId, 
            EcoResItemConfigurationName _parentConfigId, 
            TransDate _fromDate, 
            TransDate _toDate, 
           [InventSiteId _parentSiteId])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public boolean scanDownVersion(
            BOM _bom, 
            ItemId _parentItemId, 
            EcoResItemConfigurationName _parentConfigId, 
            TransDate _fromDate, 
            TransDate _toDate)

  Microsoft Dynamics AX 2012 (FPK)
          public boolean scanDownVersion(
            BOM _bom, 
            ItemId _parentItemId, 
            EcoResItemConfigurationName _parentConfigId, 
            TransDate _fromDate, 
            TransDate _toDate)

  Microsoft Dynamics AX 2012 (SYS)
          public boolean scanDownVersion(
            BOM _bom, 
            ItemId _parentItemId, 
            EcoResItemConfigurationName _parentConfigId, 
            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

BOMHierarchy Class