- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2016 08:06 AM
Hi Everyone,
Where would I go to change the current.state= "2" ? I am trying to figure out what state the number "2" is for. Where would I navigate to find this information?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2016 08:45 AM
Hi ,
1.Go to the change form.
2.Right click on the state field label of the form and select show choice list option.
3.Then you can see the choice lists and their values of state field.
Thanks,
Mihir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2016 08:09 AM
Go to the dictionary entry of the 'state' field on that table and there will a tab 'Choices' at the bottom.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2016 08:09 AM
paradise,
Each choice has a label and value. It is the value of the choice.
Go thru section 6 in the link
Customizing Choice Lists - ServiceNow Wiki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2016 08:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2016 08:53 AM
Hai paradise, Every choice has a label and value which means backend value for every choice. Therefore current.state='2' refers to backend value of the choice.
Customizing Choice Lists - ServiceNow Wiki