- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-03-2022 09:56 AM
I want to create an automated report on the sys_email table as an admin. I activated the report ability on the sys_email table, and created an ACL to limit the access to admin but the ACL is not working. All ITIL users are currently able to report on the table.
The latest script is below, I did try a standard restriction to admin but that did not work either. I have attached the full ACL build in a screenshot.
if (gs.getUser().hasRole('admin')){
answer = true;
} else {
answer = false;
}
Thanks in advance for any help to can provide!
Solved! Go to Solution.
- Labels:
-
Reporting

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-03-2022 10:01 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-03-2022 10:01 AM
Hi,
Try changing your ACL from report on from table.* to table.NONE