Share via


CustInvoiceStandardLineTemplate::find Method

Finds a specified record in the CustInvoiceStandardTemplateLine table.

Syntax

client server public static CustInvoiceStandardLineTemplate find(
    RecId _custInvoiceStandardLineTemplateRecId, 
   [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: CustInvoiceStandardLineTemplate Table
A CustInvoiceStandardTemplateLine table buffer.

See Also

Reference

CustInvoiceStandardLineTemplate Table