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
- _currentNode
Type: InventDimTrackingInventTransNode Class
The transaction node to examine the transaction with.
- _inventTrans
Type: InventTrans Table
The transaction to examine.
- _inventTransOrigin
Type: InventTransOrigin Table
The InventTransOrigin record for the transaction.
Return Value
Type: boolean
true if the transaction can be used; otherwise, false.