I can't update the choice list

ServiceNow Use6
Tera Guru

Hi All,

 

I have a field called state, I made all the existing choice list as False and added a new member in the choice list, but still the old list shows up and is not updating with the new member. Kindly help.

choice_1.PNG

 

choice_2.PNG

 

choice_3.PNG

Regards

Suman P.

1 ACCEPTED SOLUTION

SNOWman2
Mega Sage

There is a client script called 'Handle valid state transitions' on that table that is adding state options onLoad. Seemingly to keep status transitions consistent. Even with your update to set the choice options as inactive, this script is able to force add the states you don't want to see. 

View solution in original post

3 REPLIES 3

SNOWman2
Mega Sage

There is a client script called 'Handle valid state transitions' on that table that is adding state options onLoad. Seemingly to keep status transitions consistent. Even with your update to set the choice options as inactive, this script is able to force add the states you don't want to see. 

Hi @SNOWman2 ,

Thank you so much. I have made the client script as inactive, but I still see Open member along with the one I have added. Can you please help me how to get rid of Open. Kindly help.

 

choice_4.PNG

choice_5.PNG

Regards

Suman P.

ServiceNow Use6
Tera Guru

Hi @SNOWman2 ,

I got the solution, I overwrite the value of Open with New, it worked perfectly.

 

choice_6.PNG

Regards

Suman P.