Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
It allows the platform to accept and display currency values with the maximum number of fraction digits permitted, rather than defaulting to two. |
| What area does it affect? |
Currency and Price Fields |
| What does the default mean? |
The default value is "true", which means this behavior is enabled by default. |
| When should you review it? |
Review this property when configuring financial applications that require high precision in currency values. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.currency_price.use_all_fraction_digits |
| Sys ID |
6e4be6625b0312008e312a3c11f91ae3 |
| Type |
boolean |
| Application |
Global |
| Default value |
true |
| Description |
Allow entering/using the maximum allowed fraction digits in the plaform for currency/price fields instead of the default for the currency (typically 2). |
| Updated |
2024-05-25 04:33:24 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... 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 You can set up filters on currency fields. The currency value is entered as a currency code and numeric ...
Related properties