CustCollectionLetterJour.amountCur2Euro Method
Converts the transaction currency amount provided to a Euro currency amount.
Syntax
public AmountCur amountCur2Euro(AmountCur _amountCur)
Run On
Called
Parameters
- _amountCur
Type: AmountCur Extended Data Type
The transaction currency amount represented in the CurrencyCode of this CustCollectionLetterJour table record.
Return Value
Type: AmountCur Extended Data Type
The converted amount represented in the Euro currency; otherwise, zero if no exchange rates exist.
Remarks
This method is used primarily for displaying Euro amounts during reporting. As a result, no error checking is done when performing currency conversions to ensure exchange rates exist. If exchange rates are not found, a zero amount will be returned.