We have a situation where an item is billed in partial units, and credited back on another line. The value displayed on the request screen (for example) is $92.63 however the DB value is $93.635
A bit of an odd question:
Why is the value displayed to users not rounded up?
Is there a way to alter the number of decimal places displayed on the request screen?
Modify the DB value to match?
Modifying the DB
Best answer by Shneor Cheshin
Hey @ssabo
I have tested this and could not get the desired result.
I have updated the field in custom metadata to not have the ‘ROUND’ function and not limit the decimals
I have updated in the UI designer to not limit the ‘Max Decimals’
These 2 actions did not resolve the issue.
My guestimate that it is hard coded.
Not sure what is o_m5 table, but you might be able to overide the value with a buisness rule. You will need to further test this.