- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-18-2018 11:10 PM
Hi All,
I have requirement to make attachments Private/Public for example on an incident, analyst want to make 1 attachment as Private and not visible to end user out of total 4 attachments so I need ability to mark each attachment to Private or public and based on that I will write ACL.
Has anyone implemented this, I have requirement where I need to add one check box on Attachment form which changes value (True/False) based on selection, in a field on Attachment table (created a new check box field on attachment table to identify which attachment to be restricted ). Please let me know how can I add a check box on Attachment form and how can I pass value from that check box (when selected as 'true') to attachment table.
Solved! Go to Solution.
- Labels:
-
Incident Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-18-2018 11:38 PM
Thank you,
Ali

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-18-2018 11:33 PM
Hello,
One way is create a check box named "Private" on sys_attachment table. then add the incident>attachment related list on incident form and add the check box on the list in form.
create a ACK that if check box is true and ITIL role is required to see the attachment. This will restrict end user (without itil role) to see those attachments.
Let me know for any query.
Thanks,
Ali
Thank you,
Ali

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-18-2018 11:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-18-2018 11:53 PM
Thanks Ahmed. This sounds a very good solution. Let me try and come back you.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-13-2018 09:39 AM
Did this work for you? We are looking for the same thing.. 🙂