- 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 11:41 AM
Hi Srikanth,
Any idea, why don't I have the option of is not EMPTY in the UI Policy condition drop down for the 'back-out type' field ? I am able to see this option for few other drop down fields on my Change Request form.
Thanks,
Hari
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2016 11:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2016 11:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2016 11:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2016 12:09 PM
I think we have overlooked a simple fact, goranlundqvist has pointed out right. It should be AND, it shouldnt be OR condition. My bad