Urgency showing backend value instead of label in the problem record

Vinod S Patil
Tera Contributor

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.

VinodSPatil_0-1752500365859.png


Please suggest on this


@Ankur Bawiskar 

 

3 REPLIES 3

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Vinod S Patil 

 

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]

****************************************************************************************************************

Ankur Bawiskar
Tera Patron
Tera Patron

@Vinod S Patil 

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.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Utpal Dutta
Tera Guru

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