Share via


VendInvoiceInfoTable.checkIfMatched Method

Indicates whether the invoice that is represented by the current VendInvoiceInfoTable record matches a related purchase order.

Syntax

public UnknownNoYes checkIfMatched()

Run On

Called

Return Value

Type: UnknownNoYes Enumeration
UnknownNoYes::No enumeration value when the invoice has either a quantity or price variance; otherwise, UnknownNoYes::Yes enumeration value.

Remarks

UnknownNoYes::Unknown is returned when no invoice lines are associated to a purchase order.

See Also

Reference

VendInvoiceInfoTable Table