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 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 add.
Return Value
Type: boolean
true if the inventory transactions are matched to other inventory transactions; otherwise, false.
Remarks
All inventory transactions must be added to match before calling this method.