Adding a choice to the form field is not saving or showing up on the form level

Joshua Comeau
Kilo Sage

When adding the choice to the list it stay and when I hit save it will say 100% but when I refresh the form it will not show any ideas?

I tried adding it to the choices list table and did not work and also inactive is not checked

JoshuaComeau_0-1711540589177.png

 

 

1 ACCEPTED SOLUTION

Joshua Comeau
Kilo Sage

Solution:
Based on the dictionary Entry the field was created on the cmdb_ci_pc_hardware table but the choice list specification table was configured on the alm_hardware table:

JoshuaComeau_0-1711644439280.png

 

Therefore all that was required was to go to the alm_hardware choices table and then I had to add the choice there:

JoshuaComeau_1-1711644560583.png

EX:

JoshuaComeau_2-1711644593057.png

 

View solution in original post

14 REPLIES 14

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Joshua Comeau 

 

Try with dictionary entry once.

*************************************************************************************************************
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]

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

No dice, I do not want to resort in re-creating the field as it may erase all the existing CI record data, might have to open a HI Support ticket at this point

Hi @Joshua Comeau 

 

I tried at my end and it is working fine

 

AGLearnNGrow_0-1711542265478.pngAGLearnNGrow_1-1711542274173.pngAGLearnNGrow_2-1711542298147.png

 

*************************************************************************************************************
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]

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

I used choice type not string but yes I agree this works usually.