RCashRemainLimit::findByAccount Method
Finds the RCashRemainLimit record for a specified account number.
Syntax
client server public static RCashRemainLimit findByAccount(
RCashAccount _accountNum,
CurrencyTypeBrief_RU _currencyType,
CurrencyCode _currencyCode,
RCashRemainLimitType _remainLimitType,
[boolean _forUpdate])
Run On
Called
Parameters
- _accountNum
Type: RCashAccount Extended Data Type
An instance of the RCashAccount data type.
- _currencyType
Type: CurrencyTypeBrief_RU Enumeration
An instance of the CurrencyTypeBrief_RU enumeration.
- _currencyCode
Type: CurrencyCode Extended Data Type
An instance of the CurrencyCode data type.
- _remainLimitType
Type: RCashRemainLimitType Enumeration
An instance of the RCashRemainLimitType enumeration.
- _forUpdate
Type: boolean
An instance of the boolean data type.
Return Value
Type: RCashRemainLimit Table
A RCashRemainLimit record.