BankStmtISOAccountStatement::findByStatementId Method
Finds a BankStmtISOAccountStatement record that has a specified bank statement ID.
Syntax
client server public static BankStmtISOAccountStatement findByStatementId(
BankStatementId _statementId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _statementId
Type: BankStatementId Extended Data Type
The bank statement 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: BankStmtISOAccountStatement Table
A BankStmtISOAccountStatement record.