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.
Indicates if an inventory transaction matches other inventory transactions.
Syntax
public boolean isMatching(InventTrans _inventTrans)
Run On
Called
Parameters
- _inventTrans
Type: InventTrans Table
The inventory transaction to check.
Return Value
Type: boolean
true if the inventory transactions matches other inventory transactions; otherwise, false.
Remarks
All inventory transactions need to be added to the match before you call this method.