Share via


AgreementLine::findVendInvoiceTrans Method

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

Syntax

client server public static AgreementLine findVendInvoiceTrans(RefRecId _refRecId)

Run On

Called

Parameters

  • _refRecId
    Type: RefRecId Extended Data Type
    The record ID of the VendInvoiceTrans 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