Hide Attachments in ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-11-2017 09:41 PM
Hi there,
We're looking at hiding attachments in incidents so our clients cannot view internal attachments. Our internal users however can view these attachments.
To describe the scenario - When an internal user attaches an email or a document in the attachments screen, there is an option where this specfic attachment is for internal visibility only, not visible to the client (ESS user). Our internal users can view the attachment and the client cannot.
I was wondering if there is some functionality around hiding attachments in ServiceNow and if so, it would be great to get some advice on how this has been achieved.
Thanks,
Vimal
- Labels:
-
Incident Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-11-2017 09:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-11-2017 10:10 PM
Hi Shishir,
Thanks for responding. Just to confirm, we're looking a functionality where we are hiding specific attachments for clients (ESS users) only.
i.e. When attaching an email, document etc, there is an option to advise if this attachment is for internal visibility.
Our internal users should still have visibility on all attachments.
Thanks,
Vimal

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-11-2017 10:39 PM
Hi Vimil,
shruti.tyagi suggestion is good to try with read ACLs on sys_attachment table. Please try if that helps.
Also, check this in case if you need: Restrict view of attachments
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-11-2017 10:02 PM
Hi Vimil,
You will be able to achieve it by creating read acls on sys_attachment table. It will be role based, if you want to give all internal users read access to attachment. Use internal role and make your clients external.
Check if removing external role from this OOB acl will help:
https://<your_instance>.service-now.com/sys_security_acl.do?sys_id=0bcf23740a6a38d400c7e02590038464
Thanks
Shruti
If the reply was informational, please like, mark as helpful or mark as correct!