Hide “Closed Complete” and “Closed Incomplete” from State Choice List in Now Mobile Custom Filte

Gajendra singh
Tera Contributor

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?

Gajendrasingh_0-1771831347237.jpegGajendrasingh_1-1771831353717.jpeg

 

2 REPLIES 2

Gajendra singh
Tera Contributor

Hi is it possible to hide

KavinderS
Kilo Explorer

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.