CustInvoiceTemplate::findByTemplateName Method
Finds a record in the CustInvoiceTemplate table.
Syntax
client server public static CustInvoiceTemplate findByTemplateName(
CustInvoiceTemplateName _custInvoiceTemplateName,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _custInvoiceTemplateName
Type: CustInvoiceTemplateName Extended Data Type
The unique template name of the record 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.