Share via


VendInvoiceDocument.parmValidateTotalsMatch Method [AX 2012]

Indicates whether the difference between the expected totals and the invoice totals exceeds the allowed percentage.

Syntax

public VendInvoiceValidateTotalsMatch parmValidateTotalsMatch(
    CompanyId _companyId, 
    TableId _tableId, 
    RecId _recId)

Run On

Called

Parameters

Return Value

Type: VendInvoiceValidateTotalsMatch Extended Data Type
true if all totals match; otherwise, false.

See Also

Reference

VendInvoiceDocument Class