Share via


AgreementLine::findProjInvoiceItem Method

Finds the record in the AgreementLine table by using the specified record ID of a ProjInvoiceItem record.

Syntax

client server public static AgreementLine findProjInvoiceItem(RefRecId _refRecId)

Run On

Called

Parameters

  • _refRecId
    Type: RefRecId Extended Data Type
    The record ID of a ProjInvoiceItem record that is linked to the AgreementLine record to find.

Return Value

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

See Also

Reference

AgreementLine Table