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
- _accountNum
Type: CustAccount Extended Data Type
The customer account for which the record is found.
- _invoiceId
Type: InvoiceId Extended Data Type
The invoice ID for which the record is found.
- _invoiceDate
Type: TransDate Extended Data Type
The invoice date for which the record is found.
Return Value
Type: CustInvoiceTable Table
The buffer of the CustInvoiceTable table.