Share via


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

  • _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