- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2023 11:30 PM - edited 09-07-2023 08:20 PM
Hi Experts,
I have one requirement to hide one column in list view Name: "end user email" So I write one ACL(Image added below)
And its working as expected in list view and we are unable to see that column in list view everything is good for now. And when I try to create a report and in configure section "choose columns" when i try to select the columns there also i am not able to see. this was also good my ACL is working as expected.
But the issue is when i select any reference type field (+) when i click to expand the reference fields and click on Order fields i was able to see the restricted "end user email" column in reports. Here also they don't want to see
How can I achieve this.
Note: In list view the table call (csm_transaction) when i try to open one record its redirecting to another table(u_lum_order)
Any help will be appreciated.
Thanks in Advance
Aakhil
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2023 11:40 PM
Hi,
Not entirely sure, but I believe you have to restrict read access to that specific field (to those roles that should be able to read the data) for this to work.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2023 04:11 AM
To my knowledge, there is no way you can hide a field only on reports.
You can set up ACLs that runs on table level, to restrict who can report on records, but that will not apply on field level.
The only way I know about, is to restrict reading the data, which will prevent users from accessing the field in both reports and lists/forms alike.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2023 07:58 PM