CustRecurrenceInvoiceGroup::find Method
Finds a specific record in the CustRecurrenceInvoiceGroup table.
Syntax
client server public static CustRecurrenceInvoiceGroup find(
RecId _custRecurrenceInvoiceGroupRecId,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _custRecurrenceInvoiceGroupRecId
Type: RecId Extended Data Type
The unique ID 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: CustRecurrenceInvoiceGroup Table
A CustRecurrenceInvoiceGroup table buffer.