BOMHierarchy.scanDownBOM Method [AX 2012]
Traverses the lines of a BOM version.
Syntax
protected boolean scanDownBOM(
BOMVersion _version,
EcoResItemConfigurationName _parentConfigId,
TransDate _fromDate,
TransDate _toDate)
Run On
Server
Parameters
- _version
Type: BOMVersion Table
The BOM version to traverse the lines for.
- _parentConfigId
Type: EcoResItemConfigurationName Extended Data Type
The ID of the configuration to search for.
- _fromDate
Type: TransDate Extended Data Type
The date from which to search for lines; optional.
- _toDate
Type: TransDate Extended Data Type
The date to which to search for lines; optional.
Return Value
Type: boolean
true if the structure is valid; otherwise, false.