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
- _currentNode
Type: InventDimTrackingInventTransNode Class
The transaction node to check.
- _inventTrans
Type: InventTrans Table
The InventTrans record for the transaction.
- _inventTransOrigin
Type: InventTransOrigin Table
The InventTransOrigin record for the transaction.
Return Value
Type: boolean
true if the transaction is a child; Otherwise, false.