- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2020 05:20 AM
I am trying to utilize the is not one of operator in a condition field. I am using it on String field, but operator is not selectedable
According to https://docs.servicenow.com/bundle/newyork-platform-user-interface/page/use/common-ui-elements/refer... it should be there.
It is however working if I just modify the query from the URL.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2020 05:30 AM
Technically? The "Not one of" is only included as an option for a choice field that contains strings such as the State field on Incident. This lets you pick from the possible options for that field, but doesn't let you enter free-form values. The UI will limit the options based on the type of field, so this is actually the expected behavior within the platform.
Neat trick using the URL 🙂 Does it actually work properly (do you get the results you expect)?
If this was helpful or correct, please be kind and remember to click appropriately! Michael Jones - Proud member of the CloudPires team!/p>
Michael D. Jones
Proud member of the GlideFast Consulting Team!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2020 05:30 AM
Technically? The "Not one of" is only included as an option for a choice field that contains strings such as the State field on Incident. This lets you pick from the possible options for that field, but doesn't let you enter free-form values. The UI will limit the options based on the type of field, so this is actually the expected behavior within the platform.
Neat trick using the URL 🙂 Does it actually work properly (do you get the results you expect)?
If this was helpful or correct, please be kind and remember to click appropriately! Michael Jones - Proud member of the CloudPires team!/p>
Michael D. Jones
Proud member of the GlideFast Consulting Team!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2020 05:41 AM