Share via


CustInvoiceTrans::findByCustInvoiceLineRefId Method

Finds a specific CustInvoiceTrans record.

Syntax

client server public static CustInvoiceTrans findByCustInvoiceLineRefId(
    CustInvoiceLineIdRefRecId _custInvoiceLineIdRefRecId, 
   [boolean _forupdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

  • _forupdate
    Type: boolean
    A Boolean value that determines whether to select the record for update; optional.

Return Value

Type: CustInvoiceTrans Table
A CustInvoiceTrans table buffer.

See Also

Reference

CustInvoiceTrans Table