Error Message appears only in Workspace :The fraction part of a currency value cannot exceed 4 digit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
8 hours ago
i am getting this error message in SPM demand and project workspace . system properties which is already set to true : glide.currency_price.use_all_fraction_digits
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
7 hours ago
Hi @MakhanlalM
As per Change default currency decimal places
ServiceNow Workspace components perform stricter validation on the client side than standard forms. Workspace uses "field watchers" that trigger instant validation when a field loses focus, while the standard UI might allow invalid data to be sent to the server for rounding.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago
what would be the way to resolve it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
Hi @MakhanlalM
- Try to add scale=2 (or the desired number of decimals) to the attributes section of the currency field
- During data imports or via scripts - Ensure that data imported into a Currency field does not exceed four decimal places to prevent the system from triggering the warning
