- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2016 03:26 PM
Hello all,
Anyone know the solution(suggestion) for me about :
Remove(disable) item "closed" of choice list "state" from the list table by specific role user.
I find some article relative the choice list, but it use for the form table.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2016 04:49 PM
Hi,
There is no option to remove choice value from the list view. However as alternative you can restrict the update on list edit operation(ACL) and restrict the access.
http://wiki.servicenow.com/index.php?title=Using_Access_Control_Rules

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2016 04:35 AM
hi tran, could you explain how did you do this, like i have a requirement to hide the 'Closed' state when the user is not admin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2016 07:21 PM
Hi Yogesh Dafedar, I don't know you work with form table or list table. This is my suggestions
+with form table : use client script
i think this link can help : Removing or Disabling Choice List Options - ServiceNow Guru
+with list table : I use businessRule
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2021 03:17 AM
Thank you! 🙂 this should be SUPER PROMOTED as the only answer I found to this common question. Kudos!!