InventTrackingDimTracingSearch.checkTransOriginIds Method [AX 2012]

Checks if the specified transactions can be considered related children of the specified hierarachy node based on transaction dates and other transaction information.

Syntax

protected abstract boolean checkTransOriginIds(
    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