Attachments Not Visible to Some Users on Incident Records
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
Hi All,
Please find below the key points regarding the issue:
Issue Summary:
Attachments on incident records are not visible to some users.
As administrators, we can view the attachments without any issue.
When impersonating the affected users, the attachments are also visible.
However, when these users log in directly, they are unable to see the attachments.
Please find the attached screenshots for your reference.
Let me know if any further details are required.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago - last edited a month ago
Check below link for resolution,
If this helped to answer your query, please mark it helpful & accept the solution.
Thanks,
Bhuvan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
Hi @Sirri
Attachments are stored in the sys_attachment table, not directly in incident.
Check if there are custom ACLs that restrict read access when users are logged in directly.
Sometimes impersonation bypasses certain client-side conditions, so the difference could come from that
Check if the users have read access on sys_attachment (System Security → Access Control → Table [sys_attachment]).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
Things to check
1) if same user with same person is able to see in DEV or not
2) any custom logic is present to hide the attachment
what debugging did you do from your side before posting the question?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
Try using Access Analyzer.
This is a great tool to debug access in general
Fill out the form
Check the evaluation
This should lead you in the right direction - this is just an example.