RCashTrans::hasExchRateOnDate Method
Indicates whether there is a cash transaction with an exchange rate on a specified date.
Syntax
server public static boolean hasExchRateOnDate(
AccountNum _rCashAccount,
CurrencyCode _currencyCode,
TransDate _transDate)
Run On
Server
Parameters
- _rCashAccount
Type: AccountNum Extended Data Type
The cash account to check.
- _currencyCode
Type: CurrencyCode Extended Data Type
The currency code to check.
- _transDate
Type: TransDate Extended Data Type
The date to check.
Return Value
Type: boolean
true if there is a cash transaction with an exchange rate on a specified date; otherwise, false.