Urgency showing backend value instead of label in the problem record
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2025 06:39 AM
Hello Everyone
we have made changes in the urgency variable in the problem table.
some closed problem records showing the backend value as '1' instead of label.
Please suggest on this
@Ankur Bawiskar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2025 06:41 AM
https://www.servicenow.com/community/itsm-forum/field-value-is-displaying-not-the-label/m-p/773982
Check Chuck reply.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2025 06:44 AM
you seems to have created a new choice value.
Don't create new, simply change the Choice label from sys_choice table.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2025 07:19 AM
Hi Vinod,
I see that all the labled choices are with value 2, 3 or 4. Where is the label value for 1? Since you mentioned you have made changes in urgency field it seems like you have not defined any Label for value 1. That's why some existing problem records which had urgency value as 1 are showing like this.
Usually OOB below are the label and values:
1 - High (value is 1)
2 - Medium (value is 2)
3 - Low (value is 3)
Your setup looks like:
1 - High (value is 2)
2 - Medium (value is 3)
3 - Low (value is 4)
I hope my answer helps. If it does please mark it Helpful & Correct.
Thanks