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
- _custInvoiceStandardLineTemplateRecId
Type: RecId Extended Data Type
The unique ID of the record to find.
- _forupdate
Type: boolean
A Boolean value that determines whether to select the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when reading the record; optional.
Return Value
Type: CustInvoiceStandardLineTemplate Table
A CustInvoiceStandardTemplateLine table buffer.