- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2016 09:28 AM
I created a UI Policy with condition "Backout type is not --None--" or "Backout type is not Automatic" to display 'Backout time' field. But the 'Backout time' field is getting displayed when the Backout time is --None--. Is this a default ServiceNow UI Policy behavior?
*Note - I am currently using Geneva.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2016 12:05 PM
You need to put them as "AND" instead of or...
Because if the Back-out type is None, it isnt "manual code 2".. so it gets true...
//Göran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2016 12:33 PM
Yes you are right Goran. That fixed it. How silly, but very good catch. Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-16-2016 05:17 AM
No problem 😃 Sometimes you get tunnel vision and a pair of fresh eyes will help 😃 And... I done the exact same mistake myself not so long ago
//Göran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-16-2016 05:18 AM
btw.. you could also use "Is not one of" instead of making two conditions with "AND". Not sure if --NONE-- is a choice there thou... just a thought without checking that.
//Göran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-16-2016 07:10 AM
I verified and found that --NONE-- is not a choice in the drop down for "Is not one of" option.