InventTrackingDimTracingSearch.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 abstract boolean isChildInProdBOM(InventDimTrackingInventTransNode _currentNode, InventTransOrigin _inventTransOrigin)

Run On

Called

Parameters

  • _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.

See Also

Reference

InventTrackingDimTracingSearch Class