Share via


VendInvoiceDocument.parmValidateMarkupMatch Method [AX 2012]

Indicates whether the invoice total miscellaneous charges are within tolerance from those recorded on the purchase order.

Syntax

public VendInvoiceValidateMarkupMatch parmValidateMarkupMatch(
    CompanyId _companyId, 
    TableId _tableId, 
    RecId _recId)

Run On

Called

Parameters

Return Value

Type: VendInvoiceValidateMarkupMatch Extended Data Type
A NoYes::No or NoYes::Yes enumeration value that identifies whether the invoice is within all miscellaneous charge code tolerances, a warning icon, the total invoice miscellaneous charge, and the total miscellaneous charge of the connected purchase order.

See Also

Reference

VendInvoiceDocument Class