I am not seeing my newly created table in a choice list .

kumaril1
Giga Expert

Hi I have created a table , 'u_category_sub'  . Under incident table I have created on choice field  .

I want a value of  this new choice field from my table 'u_category_sub'.

when I do Configure Dictionary ---> advance View on that field.

I am not able to view my new table in choice table. Not sure what I am missing

find_real_file.png

1 ACCEPTED SOLUTION

Dubz
Mega Sage

You need to have a choice list on your table. This option is used to extend choice list options configured on a choice list on another table to your current choice list field on your current table.

 

If you need to populate the choice list with records from your custom table you'll need to either add them as choices or run a script to query the table and return the values that you add via g_form.addOption().

View solution in original post

3 REPLIES 3

Dubz
Mega Sage

You need to have a choice list on your table. This option is used to extend choice list options configured on a choice list on another table to your current choice list field on your current table.

 

If you need to populate the choice list with records from your custom table you'll need to either add them as choices or run a script to query the table and return the values that you add via g_form.addOption().

kumaril1
Giga Expert

thanks for your help David

Manal  AQUIL
Tera Contributor

Thanks for the help.