Share via


CustRelatedInvoice::findByParentCustInvoiceInvoiceType Method

Finds the specified record in the CustRelatedInvoice table by using the ParentCustInvoice field and the InvoiceAssociationType field.

Syntax

client server public static CustRelatedInvoice findByParentCustInvoiceInvoiceType(RecId _parentCustInvoiceRecId, InvoiceAssociationType _invoiceAssociationType)

Run On

Called

Parameters

  • _parentCustInvoiceRecId
    Type: RecId Extended Data Type
    The record ID of the record in the CustRelatedInvoice table to find.

Return Value

Type: CustRelatedInvoice Table
A record in the CustRelatedInvoice table; otherwise, an empty record.

See Also

Reference

CustRelatedInvoice Table