BankStmtISOCashBalance::findByStatementAndBalanceType Method
Finds a BankStmtISOCashBalance record by using a specified bank statement record ID and balance type.
Syntax
client server public static BankStmtISOCashBalance findByStatementAndBalanceType(
RefRecId _refRecId,
[BankStatementBalanceType _balanceType,
boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _refRecId
Type: RefRecId Extended Data Type
The record ID of bank statement.
- _balanceType
Type: BankStatementBalanceType Enumeration
The balance type; optional.
- _forUpdate
Type: boolean
A Boolean value that indicates whether the record can be updated.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
A currency model.
Return Value
Type: BankStmtISOCashBalance Table
A BankStmtISOCashBalance record .