- 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-29-2017 07:08 AM
There is actually a "report_on" ACL as well, so in the case that you have HR managers who should be able to see the information, but you want to prevent them from reporting on it, you can set a report_on ACL to specify the conditions where someone would be allowed to report on it (i.e., admin role, or 'nobody' role)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2017 10:20 PM
Hi Josh,
I wasn't familiar with this ACL so I had a look at this. It appears that the "report_on" ACL doesn't work on field level ACLs.
Cheers,
Ken
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2023 01:32 AM
I am late to the party, but if you want to limit reporting on a field, you can do so with the report_view ACL