Hide “Closed Complete” and “Closed Incomplete” from State Choice List in Now Mobile Custom Filte
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Regarding Custom Filters in the ServiceNow Now Mobile application.
In the custom filter configuration, we are using the State field, which displays all available state choices (as shown in the snapshot), including:
Closed Complete
Closed Incomplete
(Other states)
Requirement:
We would like to restrict users from seeing specific state values — particularly:
Closed Complete
Closed Incomplete
The goal is to prevent users from selecting these states in the filter dropdown within Now Mobile.
Is it possible to hide or remove specific state values from the choice list in a Now Mobile custom filter, based on our requirement?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi is it possible to hide
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
This comes from dictionary, so it will not be possible directly to do what you are asking. Now Mobile do not support this.
You can add pre filter to the returned data though, so selecting these states will not return any data for you.
Other solution is to create a separate choice field for mobile view and use that instead. Here you control what choices user see.
