- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-29-2016 09:22 PM
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.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-29-2016 10:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-29-2016 11:29 PM
Then?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-30-2016 12:01 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-30-2016 12:10 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-30-2016 12:31 AM