InventTrackingDimTracingSearchBackward.checkTransOriginIds Method [AX 2012]
Checks if the specified transactions can be considered related children of the specified hierarachy node based on transaction dates and other transaction information.
Syntax
protected boolean checkTransOriginIds(
InventDimTrackingInventTransNode _currentNode,
InventTrans _inventTrans,
InventTransOrigin _inventTransOrigin)
Run On
Called
Parameters
- _currentNode
Type: InventDimTrackingInventTransNode Class
The current transaction node.
- _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 transactions can be considered child nodes; otherwise, false.