CustInvoiceTemplate::find Method
Finds a record in the CustInvoiceTemplate table.
Syntax
client server public static CustInvoiceTemplate find(
RecId _custInvoiceTemplateRecId,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _custInvoiceTemplateRecId
Type: RecId Extended Data Type
The record ID to find.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when the record is read; optional.
Return Value
Type: CustInvoiceTemplate Table
A CustInvoiceTemplate table buffer.