Hiding Field on Record Preview
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-01-2019 02:58 AM
Hi,
I have a Catalog Item that can be viewed by all resolver groups but contains sensitive data in one of the variables. That data should only be able to be viewed by one particular group.
I've created a UI policy that successfully hides the field on the RITM form, but it is visible from the sys_popup on the SC_Task form.
I've looked at creating and ACL but cannot get the desired result with that.
I've searched all over for a solution to this. I would have though that it is quite a common occurrence for sensitive data be required to be hidden from all but certain groups, but have yet to find an answer.
Any help gratefully appreciated!
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-01-2019 04:52 AM
Your best bet is to remove that field from the popup view, use the URL below to amend the view and just remove that field.
<your instance name>.service-now.com/<table name>.do?sysparm_view=sys_popup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-01-2019 04:57 AM
Unfortunately it's not a field it's a variable so lives within the varaible editor field. Also this would be for all requested items and I only need this to happen on a specific one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-01-2019 06:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-01-2019 08:52 AM
Bump! Just tested the above solution and it works. Add a read role into the permission tab on the variable and it will be omitted from the popup view for anyone without that role.