The preview button visible on list view even after restricting the table access from user via ACL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2022 11:17 AM
I created an ACL to restrict a user from seeing records that belong to some other group, however when i impersonate the user i still see the preview button and other details are not visible. I do not want to see the previw button either. I expect that the ACL should work to completely hide the record from user without allowing him to see the preview button

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2022 11:38 AM
Hello,
This is working fine, Preview icon cannot be controlled with ACL, either you can disabled through field level or write Client script using DOM manipulation which ServiceNow doesn't recommend. I suggest you simply hide this field using 'Read' ACL so that user shouldn't see that field at all.
Regards,
Musab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2022 12:42 PM
Hello,
As mentioned in the description above, i did create an ACL with read operation and a role and ideally only users with this role should be able to see the records, and users without the role shouldn’t even see the preview button. But in my case, i see the preview button even on impersonating a user without the role