Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds a BankStatementFormat record that has a specified record ID.
Syntax
client server public static BankStatementFormat find(
    RecId _recId, 
   [boolean _forUpdate, 
    ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _recId
 Type: RecId Extended Data Type
 A specified record ID value.
- _forUpdate
 Type: boolean
 Indicates whether the selected record can be updated.
- _concurrencyModel
 Type: ConcurrencyModel Enumeration
 A currency model.
Return Value
Type: BankStatementFormat Table
A BankStatementFormat record.