how to retains decimal field 2 places after record submits
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2017 10:31 PM
I am stuck at a decimal field cosmetic where the 2 places need to present always, for example, if users enter 123.00, the .00 need to stay when the record is submitted.
In ServiceNow, this is not a difficult thing to do if the field is set to Currency or Price, however, due to the limitation of list editing. The users are not able to edit in List view; therefore I had to work this around by changing it to a decimal field which allows users to edit, which is great!!
However, the Decimal field does not retain the 2 places after submitting when a whole number is entered, e.g 123.00
After submitting the record, the 2 places are gone
Is any way to always retain the 2 places all the time.
Thanks.
- Labels:
-
User Interface (UI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-19-2017 03:59 PM
Can you change field max length to 24 and try?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-19-2017 04:28 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-31-2021 01:10 PM
Did you find a solution to this ?
I can do it on the form with the client script , But how to do it in the list view ?