Share via


CustRecurrenceInvoice::find Method

Finds a specific record in the CustRecurrenceInvoice table.

Syntax

client server public static CustRecurrenceInvoice find(
    RecId _custRecurrenceInvoiceRecId, 
   [boolean _forupdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

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

Return Value

Type: CustRecurrenceInvoice Table
A CustRecurrenceInvoice table buffer.

See Also

Reference

CustRecurrenceInvoice Table