Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Checks if the specified transactions can be considered quarantine related children of the specified transaction.
Syntax
protected 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.