Share via


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

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

Return Value

Type: CustInvoiceTemplate Table
A CustInvoiceTemplate table buffer.

See Also

Reference

CustInvoiceTemplate Table