Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether an inventory transaction is matching other inventory transactions.
Syntax
public boolean isMatching(InventTrans _inventTrans)
Run On
Called
Parameters
- _inventTrans
Type: InventTrans Table
The inventory transaction.
Return Value
Type: boolean
true if the inventory transactions are matching other inventory transactions; otherwise, false.
Remarks
All inventory transactions have to be added to the matching before this method is called.