Currency field increase the decimal value to show four decimals(example: 0.000 currently shows 0.00)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-07-2024 10:20 AM
Currency field increase the decimal value to show four decimals(example: 0.000 currently shows 0.00)
I have updated the sys property 'glide.currency_price.use_all_fraction_digits' value to true now its accepting the decimals upto 4 but the filed default shows as 0.00 I am expecting it to show 0.000 on the field to avoid confusion.
Is there a way this can default set to show 0.000??
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2024 01:12 AM
Did you also try this:
- Navigate to All > System Localization > FX Currency Configuration.
- Click New.
- In the Table field, select the table that contains the FX Currency dictionary attribute.For example, if you created a custom table that stores transactional information and contains an FX Currency field, select it from the table listing. To learn more about creating tables in an instance, see Create a table.
- In the Field field, select the column with the FX Currency field type.For example, if you created a custom table column for entry of the transaction cost, select it from the listing of fields for the table.
- Click Save.
- Click the Display tab.
- In the Display Digits field, select the number of digits that should appear after the decimal point in lists and reports.
- In the Display Value Currency field, select what currency value appears in the designated FX Currency field on forms and lists.
- In the Aggregation Source field, select the currency type to use when aggregating currency amounts for the designated field on reports.
- Click Save.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark