How to remove white "blank" spaces in choice field?

Wyatt Fudal1
Tera Guru

I added 7 new choices for our state field. After I added the new choices, 7 white spaces also populated. How would I be able to remove the whites spaces? 

1 ACCEPTED SOLUTION

Where did you add the choices?

Are you directly adding by configuring dictionary or by using client script?

Best Regards
Aman Kumar

View solution in original post

15 REPLIES 15

I don't see anything. They the black space appeared after I add them. 

Bert_c1
Kilo Patron

Find those in the sys_choice table and delete them, for example:

 

https://[your_instance].service-now.com/sys_choice_list.do?sysparm_query=GOTOname%3Dincident%5Eeleme...

 

Those are for incident table and state field.

Wyatt Fudal1
Tera Guru

Hello Bert,

I cannot open the link. 

Bert_c1
Kilo Patron

You must replace "[your_instance]" with the name of your instance in the above.