CurrencyEuroDenomination::existByTransactionDate Method
Indicates whether a specified record exists in the CurrencyEuroDenomination table where the transaction date is greater than or equal to the start date.
Syntax
client server public static boolean existByTransactionDate(CurrencyCode _currencyCode, TransDate _transDate)
Run On
Called
Parameters
- _currencyCode
Type: CurrencyCode Extended Data Type
The currency code of the CurrencyEuroDenomination record.
- _transDate
Type: TransDate Extended Data Type
The transaction date of the transaction.
Return Value
Type: boolean
true if a record exists with the transaction date greater than or equal to the start date; otherwise, false.