ACL for attachments
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2020 05:49 AM
Hello,
I know how to use ACL for tables/fields , but I am asking myself, how do i restrict attachments ?
If I want only admin (or any other role) to see the attachments in a ticket. How do I do that ?
Regards

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2020 05:54 AM
You could create a write ACLs on sys_attachment and sys_attachment_doc tables that require admin. This should prevent non-admins from writing attachments to the tables.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2020 06:00 AM
It is not about writing but reading.
I believe that it will work for read ACL as well. correct ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2020 06:02 AM
Sorry, I misread your post. It should work, I would have to test it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2020 05:05 AM
It does not work for read