- 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 09:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2016 12:00 PM
For your second condition, "back-out type is not --None--", do you mean for this to be "Backout time" instead of "back-out type"?
- 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 10:16 AM
Yes, --none-- doesnt have any value.
Could you please change the condition to back-out type is not EMPTY
Please let us know whether it worked or not.