BankReconciliationMatchingItem::find Method
Finds BankReconciliationMatchingItem record that has a specified record ID.
Syntax
client server public static BankReconciliationMatchingItem find(
RecId _recId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The record ID of the record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether the record can be updated.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
A currency model.
Return Value
Type: BankReconciliationMatchingItem Table
A BankReconciliationMatchingItem record.