Share via


PurchFormLetter_Invoice.checkW9Received Method [AX 2012]

Calls the static checkW9Received method in the PurchFormletterParmDataInvoice class.

Syntax

public boolean checkW9Received(VendDocumentTableMap _vendInvoiceInfoTable)

Run On

Called

Parameters

  • _vendInvoiceInfoTable
    Type: VendDocumentTableMap Map
    The VendInvoiceInfoTable record that contains the VendorAccount object.

Return Value

Type: boolean
true if the check passed; otherwise, false.

See Also

Reference

PurchFormLetter_Invoice Class