Display exchange rates on invoices
Learn how to display exchange rates on invoices by defining a custom object, querying exchange rates, and using global variables for currency conversion.
Assume that your customers have AED as the home currency, but are billed in USD. You want to present the charge amount and tax in AED on the invoice. The exchange rate that is used to convert from USD to AED is also displayed.
To display exchange rates on invoices, perform the following steps: