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

Return Value

Type: boolean
true if the transactions can be considered child nodes; otherwise, false.

See Also

Reference

InventTrackingDimTracingSearch Class