CustTransPayment_BR::find Method
Finds a record in the CustTransPayment_BR table.
Syntax
client server public static CustTransPayment_BR find(
RefRecId _refRecId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _refRecId
Type: RefRecId Extended Data Type
The record ID of the related CustTrans table record.
- _forUpdate
Type: boolean
A Boolean value that determines whether the record should be selected for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
A ConcurrencyModel value that is used when the table is not automatically concurrent; optional.
Return Value
Type: CustTransPayment_BR Table
Returns a CustTransPayment_BR table buffer.