Share via


BOMHierarchy.searchDownVersion 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
          protected boolean searchDownVersion(
            ItemId _itemId, 
            EcoResItemConfigurationName _configId, 
            BOMId _itemBOMId, 
            date _fromDate, 
            date _toDate, 
           [BOM _bom, 
            InventSiteId _siteId])

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected boolean searchDownVersion(
            ItemId _itemId, 
            EcoResItemConfigurationName _configId, 
            BOMId _itemBOMId, 
            date _fromDate, 
            date _toDate, 
           [BOM _bom, 
            InventSiteId _siteId])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected boolean searchDownVersion(
            ItemId _itemId, 
            EcoResItemConfigurationName _configId, 
            BOMId _itemBOMId, 
            date _fromDate, 
            date _toDate, 
           [BOM _bom])

  Microsoft Dynamics AX 2012 (FPK)
          protected boolean searchDownVersion(
            ItemId _itemId, 
            EcoResItemConfigurationName _configId, 
            BOMId _itemBOMId, 
            date _fromDate, 
            date _toDate, 
           [BOM _bom])

  Microsoft Dynamics AX 2012 (SYS)
          protected boolean searchDownVersion(
            ItemId _itemId, 
            EcoResItemConfigurationName _configId, 
            BOMId _itemBOMId, 
            date _fromDate, 
            date _toDate, 
           [BOM _bom])

Run On

Server

Parameters

  • _fromDate
    Type: date
    The date from which to search for lines.
  • _toDate
    Type: date
    The date to which to search for lines.
  • _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