- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2016 05:01 AM
Hi
We need to separate attachments on the incident-form, so that some attachments can be seen (and downloaded) by enduser on the service portal - this are the external attachment and other attachments are completly internal and can only be seen on the back-end by users with the ITIL-role.
OOB every attachments is external.
Is this possible?
BR
Soeren
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-19-2016 05:44 AM
Just add the itil role to the list of roles above, and the new ACL will apply to them as well.
If you want to make it so itil can see ALL attachments, then just make another ACL with "itil" as the role, and make that the only condition.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2016 05:46 AM
You can do this by applying Read ACL on sys_attachment table and adding a field called: 'Internal'. In ACL, you can add conditions that if internal is true only ITIL users will be able to view the attachment.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-19-2016 05:43 AM
Hi Anurag
It seems like the way to do it..
I added "Internal_attachment" to the "sys_attachment" table and added an extra condition to an existing Out-of-the-box ACL read-role on the table.
OOB-roles (ITIL role will contain, snc_internal role)
Now it will only show attachments if the "Internal_attacment=false"... Admin will still see both types of attachments.
How do I add that also ITIL-user, or users with ITIL-role can see both types og attachments?
BR
Soren
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-19-2016 05:44 AM
Just add the itil role to the list of roles above, and the new ACL will apply to them as well.
If you want to make it so itil can see ALL attachments, then just make another ACL with "itil" as the role, and make that the only condition.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-19-2016 06:06 AM
Hi Andrew
ITIL (role) users should see all the attachments, endusers should only see whose that are "not internal". ITIL (role) users by default enheritant snc_internal.
So I made new read ACL with "ITIL" as the only condition.. and it work just super!!
Thanks Andrew
Soren