VendTransPayment_BR::find Method
Finds a record in the VendTransPayment_BR table.
Syntax
client server public static VendTransPayment_BR find(
RefRecId _refRecId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _refRecId
Type: RefRecId Extended Data Type
The record ID of the related VendTrans 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: VendTransPayment_BR Table
Returns a VendTransPayment_BR table buffer.