Default currency values in lists
Summarize
Summary of Default Currency Values in Lists
Default currency values in ServiceNow lists are displayed based on the user's session currency and formatted according to their locale. This ensures clarity and consistency in viewing financial data across different users and regions.
Show less
Key Features
- Currency Field Types:
- Currency Field Type: Displays values in the user's session currency.
- Price Field Type:
- Calculated: Shows value in the user's session currency.
- Fixed: Displays the currency value as entered by the user.
- Multiple: Shows the value in the user's session currency, or the first entered value if not available.
- Globe Icon: Allows users to toggle between the entered value, session currency, and reference currency value in brackets if applicable.
- Aggregation: Supports operations like total, average, and more, converting the aggregated value to the user's session currency for display.
- Filtering: Filters can be established on currency fields using currency codes and numeric values, with conversions applied to ensure accurate comparisons.
Key Outcomes
By utilizing default currency values in lists, ServiceNow customers can expect:
- Consistent currency representation across different user sessions.
- Accurate aggregation of financial data, albeit with potential variations in conversion rates.
- Effective filtering options that enhance data retrieval based on currency values.
Note: Users may encounter limitations due to varying conversion rates, particularly when filtering or aggregating values across different price types. Proper configuration of decimal places is essential for upgrades.
In lists, default currency values appear in the user’s session currency, formatted for display in the user’s locale. Typically, a formatted number follows the currency symbol.
| Field | Description |
|---|---|
| Currency field type | Value expressed in the user’s session currency. |
| Price field type |
|
- Value as entered by the user.
- Value in session currency.
- Value as entered and, in brackets, the value in reference currency.
The icon appears when the user’s session currency is different from the currency entered. Clicking the icon cycles through the listed displays. In the preview for the record, currency values appear as entered, formatted in the user’s locale.
Aggregation
- Aggregate the reference currency values for all records.
- Convert this aggregate to the user’s session currency for display.
- For price type fixed, the calculated reference value can be old.
- For price type multiple, the reference value of the first price entered is used. The other values are not used.
The aggregate value is shown formatted in user’s locale with a currency symbol. Currency fields are stored with four decimal places, and aggregates have four decimal places. For upgrades, you must set the glide.currency_price.use_all_fraction_digits property. See Change default currency decimal places for more information.
Filtering
- The filter currency value is converted to the reference currency.
- The filter’s calculated reference value is compared with the reference value in the records.
Matching records are shown in the list view.
- For a Fixed price field type, the calculated reference value can be old.
- For a Multiple price field type, it uses the reference value of the first price, and does not use the other values.