What Does "Leave Alone" in Visible in UI Policy mean?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-18-2015 09:37 AM
Trying to create some UI Policies and don't know the difference of the 3 options for visible: True; False; Leave Alone.
- 5,929 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-18-2015 09:40 AM
Hi Per,
True: Displays the field
False: Hides the field (as long as its not mandatory!)
Leave Alone: Does not change anything about the visibility of the field (useful if different UI Policies can affect different properties of the field)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2019 01:49 AM
I have a client script onLoad to control display of a field based on GlideAJAX condition.
Also, there is a UI Policy controlling the 'Mandatory' feature of the same field, but Visible property is 'Leave Alone'.
Still, the setDisplay(True/False) doesn't have required affect.
So, does the UI Policy overwrite the client script even if selected 'Leave Alone'?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-18-2015 09:40 AM
leave alone means do nothing based on the conditions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-18-2015 09:46 AM
Leave alone literally means leave alone-> no action for this particular operation.