BankStatementFormat::findByFormatId Method
Finds a BankStatementFormat record from a bank statement format ID.
Syntax
client server public static BankStatementFormat findByFormatId(
BankStatementFormatId _formatId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _formatId
Type: BankStatementFormatId Extended Data Type
A bank statement ID.
- _forUpdate
Type: boolean
A Boolean value that indicates whether the record can be updated.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
A currency model.
Return Value
Type: BankStatementFormat Table
A BankStatementFormat record.