CustInvoiceLineTemplate::find Method

Finds a specified record in the CustInvoiceLineTemplate table.

Syntax

client server public static CustInvoiceLineTemplate find(
    RecId _custInvoiceLineTemplateRecId, 
   [boolean _forupdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

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

Return Value

Type: CustInvoiceLineTemplate Table
A CustInvoiceLineTemplate table buffer.

See Also

Reference

CustInvoiceLineTemplate Table