Hi guys,
Have a very very annoying issues:
I use custom model driven app to generate sales related pricing.
Customer has an excel spreadsheet to double check the price. Customer is not IT professionals so their excel spreadsheet does not round currency calculation, it will store currency up to the maximum decimal place allowed inside Excel.
Model driven app on dataverse has a set currency precision decimal place, however this is VERY VERY limited:
If i set precision place to 2, after all the business process calculation happens in my model driven app, the total price that we present to the customer has a large difference => up to 2.0, this starting to get significant
If i set precision place to 4, this will significant improve the calculation accuracy, however every single field and grid in my model driven app will become un-readable: too many digits it's very user unfriendly!
I cannot simply find a solution that allow me to define different currency decimal places for STORED value and DISPLAYED value, any how can this be achieved?