Dropdown field

Khanna Ji
Tera Guru

how to create a dropdown field whose values should come from a table? I am not interested in Reference fields, I want only dropdown field in which users should not be allowed to enter anything apart from selecting a value from the dropdown list.

if I want to add a value in the dropdown, I will add a value in the table. I need not have to modify the field to add the values.

1 ACCEPTED SOLUTION

Deepak Kumar5
Kilo Sage
8 REPLIES 8

Then?


If you want to give some value for that field, like category in Incident, Then create Choice in the related list of the "category" dictionary.(or add new value in sys_choise table)


If you want to pull data from any custom table, you can select that custom table.


Click on New button.



Select your table name and specify the column that you want to fetch there label and value.


Please refer the link below. and check the section 3.4.



http://wiki.servicenow.com/index.php?title=Customizing_Choice_Lists#gsc.tab=0




Thanks,


Harshvardhan


Please check the screenshot below.



pic.png



Element: Please enter your column name.



Thanks,


Harshvardhan