InventTrackingDimTracingSearch.checkQuarantineOrder Method [AX 2012]
Checks if the specified transactions can be considered quarantine related children of the specified transaction.
Syntax
protected abstract boolean checkQuarantineOrder(
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.