how to hide Remove button in attachments on incident form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2017 01:39 AM
Hi to all,
can any one please look at my requirement
My requirement is when ever a users adding some attachments on incident form there is possibility to remove that one including admin also when the state is at any stage of the ticket the following snapshot will shows some information about my requirement
in above figure i need to hide the Remove button at the bottom please help on this
am looking in the system properties but unable find the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2017 01:42 AM
1. You can give a delete acl on sys_attachment table, and only allow admin by adding role.
2. You can edit the UI page for attachment and remove the 'Remove' button, but this will remove the button globally.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2017 02:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2017 02:17 AM
It should be on sys_attachment.none.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2017 02:20 AM
I might have misunderstood the question initially. There should be delete ACL's existing on sys_attachment table. You can edit them instead of creating a new one.