InventTrackingDimTracingSearch.isTransChild Method [AX 2012]

Chekcs if the specified transaction should be considered a child under the specified transaction.

Syntax

protected boolean isTransChild(
    InventDimTrackingInventTransNode _currentNode, 
    InventTrans _inventTrans, 
    InventTransOrigin _inventTransOrigin)

Run On

Called

Parameters

Return Value

Type: boolean
true if the transaction is a child; Otherwise, false.

See Also

Reference

InventTrackingDimTracingSearch Class