- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2015 06:35 AM
We have a Record Producer that on the form has a default value of 0.5, which is the minimum value. When the form is submitted the number rounds to 1 which isn't correct as upon submit there are scripts that perform mathematical conversions for other fields. We did try adding toFixed(2) but this didn't solve the issue, or we didn't put this in the correct location.
Any ideas on how to prevent the rounding?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2015 06:38 AM
What type of field are you using? Have you tried using a decimal?
Controlling decimal field places - ServiceNow Guru

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2015 06:38 AM
What type of field are you using? Have you tried using a decimal?
Controlling decimal field places - ServiceNow Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-01-2024 01:50 PM
the link is broken. Where can I find this "Controlling decimal field places - ServiceNow Guru"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2015 06:47 AM
That was it.