Share via


VendInvoiceDocument.parmValidateMatch Method [AX 2012]

Indicates whether any of the enabled variance tolerances for the vendor invoice are out of tolerance.

Syntax

public VendInvoiceValidateMatch parmValidateMatch(
    CompanyId _companyId, 
    TableId _tableId, 
    RecId _recId)

Run On

Called

Parameters

Return Value

Type: VendInvoiceValidateMatch Extended Data Type
The NoYes::Yes enumeration value when the invoice is matched and the invoice has either a quantity or price variance; otherwise, the NoYes::No enumeration value.

See Also

Reference

VendInvoiceDocument Class