InventTrackingDimTracingSearchForward.isChildInProdBOM Method [AX 2012]
Gets a value indicating if an inventory transaction is a child of the current node based on a production order BOM/Formula relationship.
Syntax
protected boolean isChildInProdBOM(InventDimTrackingInventTransNode _currentNode, InventTransOrigin _inventTransOrigin)
Run On
Called
Parameters
- _currentNode
Type: InventDimTrackingInventTransNode Class
The current node.
- _inventTransOrigin
Type: InventTransOrigin Table
The record buffer for the InvenTransOrigin table for the potential child transaction.
Return Value
Type: boolean
true if the inventory transaction is a child of _currentNode based on a production order BOM/Formula relationship.