The purpose of the Currency Exchanges Record View is to create the Currency Exchange Tables that are to be used within the system for specific / all companies. From here, users can add, edit, or delete exchange tables but the most common function is to update exchange rates. Exchange Tables are only needed for companies that deal with foreign currencies and they are used on transactions and transaction journal entries that have a foreign currency.
...
Toolbar Icons | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
Delete |
| ||||||||
Help |
| ||||||||
New |
| ||||||||
Save |
| ||||||||
Save & Close |
| ||||||||
Fields | Description | ||||||||
Exchange Table | This is a single select lookup that displays the Exchange Table name and ID for the currency exchange record being viewed. Changing this value will reload the page for the associated Exchange Table. The lookup contains a list of all Exchange Tables setup in the system. Database Field: ERPx_MFCurrencyExchange.Description |
...
Toolbar Icons | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Excel |
| |||||||||||||||
New | / Add Item???
| Blank Row - RV Grid
| Blank Row - RV Grid
| |||||||||||||
Quick Column Filter |
| |||||||||||||||
Fields | Description | |||||||||||||||
From | Identifies the date the exchange rate is applicable from. This is a date picker that is required. If missing, the message "From Date is required." will be displayed on Save - NEED TO ADD THIS VALIDATION. This defaults as blank on new records and is not editable after Save. Database Field: ERPx_MFCurrencyExchangeRate.Start | |||||||||||||||
Rate | Identifies the rate amount used to calculate the exchange with. This is a numeric textbox that defaults to '0.0000000', is required and must be greater than 0. Database Field: ERPx_MFCurrencyExchangeRate.Rate | |||||||||||||||
To | Identifies the date the exchange rate is applicable until. This is a date picker that is required. If missing, the message "To Date is required." will be displayed on Save - NEED TO ADD THIS VALIDATION. This defaults as blank on new records and is not editable after Save. Database Field: ERPx_MFCurrencyExchangeRate.Expire |
...