VendInvoiceInfoTable.checkIfMatchedTotals Method
Determine whether the difference between the expected totals and the invoice totals exceeds the allowed percentage.
Syntax
public boolean checkIfMatchedTotals([PurchTotals _purchTotals])
Run On
Called
Parameters
- _purchTotals
Type: PurchTotals Class
An instance of the PurchTotals class if available.
Return Value
Type: boolean
true if all totals match; otherwise, false.
Remarks
A positive variance is considered unwanted.