- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2017 10:27 PM
Hi Everyone,
Does anyone know if it is possible to keep a field from being reported on? In my example, there is sensitive data being kept in the description field for a particular table (hr_case), and we don't want the description field to be available on list of fields for selection. We want to prevent anyone from accidentally adding description as a field to a report.
Many thanks,
Ken
Solved! Go to Solution.
- Labels:
-
Reporting

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2017 10:29 PM
Hello Ken,
Read ACLs are the only way to limit field selection from reports. If the user cannot read the field for ANY of the records in the table, the field selection will be removed.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2017 10:29 PM
Hello Ken,
Read ACLs are the only way to limit field selection from reports. If the user cannot read the field for ANY of the records in the table, the field selection will be removed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2017 10:24 PM
Hi Pradeep,
This is what I was afraid of. I created a read ACL with "nobody" as the required role. This removes it from the reporting list, but also removes the ability for users to update and read the field during normal operations. Because users will still need access to the field, the existing read ACLs on the field will grant permission and always override the ACL that denies access. It seems you can't just remove a field from the reporting selection without removing it from other parts of ServiceNow.
Cheers,
Ken

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2017 10:35 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2017 11:06 PM
Hello Ken,
Write a field (on description filed) level ACL and verify report then that field can't be available in the selection.
http://wiki.servicenow.com/index.php?title=Using_Access_Control_Rules#Field_ACL_Rules&gsc.tab=0
ServiceNow Commnunity MVP -2018 class.