- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-13-2017 08:03 AM
HI,
Be happier if you guys shed some light on me.
Use Case: Any user can upload the attachment, but they cannot remove the file after attaching the file on to a record. Removing the file option to be based on roles.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-13-2017 08:07 AM
You need to modify the Delete ACL for the sys_Attachment table. Only return true if the user has the certain roles you need
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-13-2017 08:07 AM
You need to modify the Delete ACL for the sys_Attachment table. Only return true if the user has the certain roles you need

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-13-2017 08:07 AM
Have you tried creating the proper ACLs on the sys_attachment to grant the right people (e.g. just admins) delete rights to the sys_attachment table?
Docs: Access control rules
Docs: Contextual security
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-28-2020 12:25 AM
Hi Vignesh,
Where u able to achieve this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-28-2020 01:46 PM
Hi Anup,
I did through Delete ACL only for certain group and it worked.