CurrencyEuroDenomination::findByTransactionDate Method
Finds the specified record in the CurrencyEuroDenomination table when the transaction date is greater than or equal to the start date.
Syntax
client server public static CurrencyEuroDenomination findByTransactionDate(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: CurrencyEuroDenomination Table
The specified record in the CurrencyEuroDenomination table when the transaction date is greater than or equal to the start date.