- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2016 11:48 AM
I am trying to display 3 figures of a decimal example .050 or .154 and have already changed maximum length to 24 (more than 15) and attribute is scale=3
The form will accept and display the data correctly, but when the form is saved/updated, the system rounds the field(s) back to 2 figures.
Any help is greatly appreciated!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2016 05:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2016 11:54 AM
The below article should help you with your requirement -
Controlling decimal field places - ServiceNow Guru
Mark if it is correct or helpful, feedback is appreciated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2016 12:00 PM
Please see my original post. I already did that... When the form is updated, the system properties revert the answer back to 2 decimals. Is there another system definition or property that needs to be changed?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2016 02:29 PM
What is the data type of your field? I'm pretty sure the scale attribute only works on the decimal type. So if this is a currency value I don't think you can change the number of digits saved after the decimal point.
-Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2016 02:37 PM
They are all set as a decimal...checked that already also...