Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

List field choices do not show up in Parent Table

AM24
Giga Guru

I have a list field on an extended table in which I can select multiple choices. These were defined in that field's choice list. I added the field from the extended table to its parent table's layout as well. I see the field and see the option to select the choices. However, the only choice I see is "None", as shown below. I cannot view or select any of the other choices I had defined. I was wondering why this was and if there was any way to get the other choices to show up. Thank you.

AM24_0-1708533980623.png

 

5 REPLIES 5

Anil Nemmikanti
Tera Guru
Tera Guru

Hi @AM24 , all the choices will be stored sys_choice table. And those choices ideally created with table as Parent table.

That could be the reason it is not showing those options.

 

AnilNemmikanti_0-1708535137608.png

 

So would the solution be adding those choices to the parent table as well with just the same element?

Yes, we can do that. 

Hey, this didn't exactly work. I did specify the parent table and keep the same element and it did not work. I also did try using the dotwalked element, and that did not work either.