InventTrackingDimTracingSearch.checkDateOrder Method [AX 2012]

Checks if the specified inventory transaction date information allows it to be used as a sub node for the specified node.

Syntax

protected boolean checkDateOrder(
    InventDimTrackingInventTransNode _currentNode, 
    InventTrans _inventTrans, 
    InventTransOrigin _inventTransOrigin)

Run On

Called

Parameters

Return Value

Type: boolean
true if the transaction can be used; otherwise, false.

See Also

Reference

InventTrackingDimTracingSearch Class