Hi. I'm running into an issue with Pro, where it changes field properties for numeric field types. In the SDE (sql server) table, the field has a scale setting of 10. This indicates that 10 decimal places should be shown after the decimal. Actually, it's a spatial view, but the view properties show scale setting of 10, and 10 digits are shown when previewing the data.


When I add that view to Pro, the scale is shown as 8.

And when I publish it as a map service, only 8 places after the decimal are shown

The upshot is that I can't display the data properly in my web app.
One may ask why do we need to show 10 decimal places. Normally, it would not be an issue, but this is an app for professional land surveyors and for that audience it's significant to drop 2 decimal places.
Also, I'd like to avoid converting the field to text as a work-around.
Thanks in advance for any solutions to this issue.