Share via


VendInvoiceMatching::isTotalPriceVarianceAboveTolerance Method

Determines whether the provided total amounts have a variance larger than the tolerance.

Syntax

client server public static boolean isTotalPriceVarianceAboveTolerance(
    AmountCur _invoiceAmount, 
    AmountCur _expectedAmount, 
    Percent _priceTolerancePercentage, 
   [boolean _negativeBalance])

Run On

Called

Parameters

  • _negativeBalance
    Type: boolean
    A Boolean value that specifies whether this amount typically decreases the invoice total.

Return Value

Type: boolean
true if the variance between the amounts is larger than the tolerance; otherwise, false.

See Also

Reference

VendInvoiceMatching Table