Share via


BOMHierarchy.searchDownBOM Method [AX 2012]

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 searchDownBOM(
            BOMId _bomId, 
            ItemId _parentItemId, 
            EcoResItemConfigurationName _parentConfigId, 
            TransDate _fromDate, 
            TransDate _toDate, 
           [BOMVersion _version, 
            InventSiteId _parentSiteId])

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected boolean searchDownBOM(
            BOMId _bomId, 
            ItemId _parentItemId, 
            EcoResItemConfigurationName _parentConfigId, 
            TransDate _fromDate, 
            TransDate _toDate, 
           [BOMVersion _version, 
            InventSiteId _parentSiteId])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected boolean searchDownBOM(
            BOMId _bomId, 
            ItemId _parentItemId, 
            EcoResItemConfigurationName _parentConfigId, 
            TransDate _fromDate, 
            TransDate _toDate, 
           [BOMVersion _version])

  Microsoft Dynamics AX 2012 (FPK)
          protected boolean searchDownBOM(
            BOMId _bomId, 
            ItemId _parentItemId, 
            EcoResItemConfigurationName _parentConfigId, 
            TransDate _fromDate, 
            TransDate _toDate, 
           [BOMVersion _version])

  Microsoft Dynamics AX 2012 (SYS)
          protected boolean searchDownBOM(
            BOMId _bomId, 
            ItemId _parentItemId, 
            EcoResItemConfigurationName _parentConfigId, 
            TransDate _fromDate, 
            TransDate _toDate, 
           [BOMVersion _version])

Run On

Server

Parameters

See Also

Reference

BOMHierarchy Class