CustInvoiceTable::findPostedInvoice Method

Retrieves a record from the CustInvoiceTable table that is based on the customer account number and the invoice status.

Syntax

client server public static CustInvoiceTable findPostedInvoice(
    CustAccount _accountNum, 
    InvoiceId _invoiceId, 
    TransDate _invoiceDate)

Run On

Called

Parameters

Return Value

Type: CustInvoiceTable Table
The buffer of the CustInvoiceTable table.

See Also

Reference

CustInvoiceTable Table