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
- _version
Type: BOMVersion Table
The BOM version to traverse the BOMs for.
- _config
Type: EcoResItemConfigurationName Extended Data Type
- _fromDate
Type: TransDate Extended Data Type
The date from which to search for BOMs; optional.
- _toDate
Type: TransDate Extended Data Type
The date from which to search for BOMs; optional.
- _coBy
Type: PmfFormulaCoBy Table
A co/by line that is part of the version; optional.
Return Value
Type: boolean
true if the structure is valid; otherwise, false.