Prevent user from deleting the attachment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2018 03:39 AM
I have a requirement to restrict user from deleting the attachment in requested item table.
If any one has implemented this requirement please share your thoughts.
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2018 03:41 AM
Hi Kumaran,
You should just be able to add an ACL to the sys_attachment table to prevent users from being able to delete them.
Kind regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2018 03:44 AM
Create Delete operation ACL to the sys_attachment table.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2018 03:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2018 04:21 AM
Thank you all for the quick reply.
I have to restrict for specific RITM ie for only certain Item name 'ABC'
for other requested it should work fine.
Also I cant define role restriction as any one will try to delete the attachment for that RITM.
Basically, if any one try to delete the attachment on specific RITM ( with item name as 'ABC'), then I should restrict.