How to change the choice fields of a global field through dictionary overrides, How to change the choice fields of a global field through dictionary overrides
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2016 04:56 AM
How to change the choice fields of a global field through dictionary overrides

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2016 06:35 AM
If you're looking to change the choices on an extended table for a field like state that has values on the base table, you don't need to use dictionary overrides. You just need to add new choices to the choice list specific to your extended table.
Customizing Choice Lists - ServiceNow Wiki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2016 10:32 PM
Hi Brad Tilton ,
Your answer is helpful to me exactly , I have added my own choices to my table .I have added nearly 6 choices but I do not know how I got another extra choice field which I have not added .I am working on it to remove . Thanks a lot.