InventTrackingDimTracingSearch.isInventTransFirst Method [AX 2012]
Returns true if _inventTrans1 is considered to happen before _inventTrans2
Syntax
protected boolean isInventTransFirst(InventTrans _inventTrans1, InventTrans _inventTrans2)
Run On
Called
Parameters
- _inventTrans1
Type: InventTrans Table
The first inventory transaction in the test.
- _inventTrans2
Type: InventTrans Table
The second inventory transaction in the test.
Return Value
Type: boolean
true or false.