- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2019 07:00 AM
Could someone help me with this case?
I tried to modify the properties of System Location Currency but did not work
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2019 07:35 AM
-
Navigate to sys_properties.list.
-
Find glide.currency_price.use_all_fraction_digits, and set to the desired value.
Value | Description |
---|---|
false | Uses two decimal places. This value is the pre-Istanbul behavior and the default. |
true | Uses four decimal places. |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2019 07:04 AM
oh, man, currencies. What an absolute headache these things are. The only advice I have for you is currency scripting, found here, convert down to decimals with getCurrencyValue(), add them together, and then set the value again. I avoid currency fields like the plague because they are so fickle.
Good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2019 07:31 AM
Thanks for the help, I already found the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2019 07:35 AM
-
Navigate to sys_properties.list.
-
Find glide.currency_price.use_all_fraction_digits, and set to the desired value.
Value | Description |
---|---|
false | Uses two decimal places. This value is the pre-Istanbul behavior and the default. |
true | Uses four decimal places. |