Understanding FX Currency values in forms
-
- UpdatedAug 3, 2023
- 2 minutes to read
- Vancouver
- Currency fields
The Vancouver release is no longer supported. As such, the product documentation and release notes are provided for informational purposes only, and will not be updated.
In forms, the FX Currency field behaves like a dot walkable field in script. It consists of an entry field, and an accompanying list for selection of a currency code.
Specifically, FX Currency fields that appear on forms contain the following:
- An empty field for entry of a numeric currency value, formatted according to your assigned
user locale. For example, in the US, it is formatted with two decimal places, for entry of
cents.
If this is a new record, the field is empty. If it is an existing record, the previous currency amount that you entered appears.
- A selection list of active currencies from the Currency [fx_currency] table. The default
currency code is based on your user locale. You can select another currency for use during
the entry session.
For example, in the US, the default currency value, based on the user locale, is USD. You can select another currency code to use in the current entry session.
- An edit icon (
). Users with an assigned currency_instance_admin role can click it to edit currency detail in the accompanying Currency Instance [fx_currency2_instance] record.