What is the difference between currency & fx currency type fields in ServiceNow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2023 11:59 PM
What is the difference between currency & fx currency type fields in ServiceNow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2023 10:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tuesday - last edited Tuesday
Thanks @mmcdonnell for your response. But, it seems a copy paste from the existing documentation than answering the question raised.
I have managed to generate below with some help from ChatGPT, hope it helps the others.
Aspect Standard Currency Field FX Currency Field
| Purpose | Basic currency handling | Advanced multi-currency scenarios |
| Currency support | Primarily single-currency oriented (with automatic conversions) | Designed for true multi-currency input (EUR, USD, JPY in same field) (ServiceNow) |
| User input | Amount (currency often implicit via locale) | Amount + explicit currency selection dropdown (ServiceNow) |
| Conversion behavior | Automatic (on save/display using system rates) | On-demand and configurable (you control when/how conversion happens) (ServiceNow) |
| Reference currency storage | Stored automatically in background | Explicitly stored as reference amount + reference currency (ServiceNow) |
| Rate source | Uses system fx_rate table (ECB, scheduled jobs) | Can use custom rate tables and logic (ServiceNow) |
| Transparency | Limited visibility into conversion logic | Full visibility (rate, date, reference currency, decimals) (ServiceNow) |
| Configuration flexibility | Low | High (per-field configuration possible) |
| Scripting/API access | Basic | Rich APIs, dot-walkable structure |
| Filtering & reporting | Uses reference currency behind the scenes | More nuanced (filtering depends on entered currency vs reference) (ServiceNow) |
| Aggregation behavior | Based on reference currency | Can aggregate on entered or reference values (configurable) (ServiceNow) |
| Data model | Simple numeric + implicit currency context | Complex (backed by Currency Instance records) (ServiceNow) |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2024 12:59 PM - edited 04-24-2024 01:45 PM
wrong typo
