Knowledge no access to a pdf file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2025 01:48 AM
Hello everyone,
I have the following issue.
I have attached a PDF file to one of our knowledge database articles. As admin I can see and download it without any problems.
Now I have a user with the external role, who can see that a PDF file is available there, but cannot open it due to a lack of access rights.
However, if I upload a .jpg into the same article, the same user can see and download this jpg.
Any Ideas ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2025 04:41 AM
Hi @B-Bob ,
You will have to create ACL on sys_attachment table to allow external users to view attachments.
Or just Add snc_external to the sys_attachment read ACLs Add ConversionRequestUtil as a client_callable_script_include in the ACL table.
Sandeep Dutta
Please mark the answer correct & Helpful, if i could help you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2025 05:45 AM
Hi @B-Bob , the external users will not have access to anything in Servicenow. We can create a ACL but not sure that's ideal or not because all the users will have access to the attachment table.
As per the best practices give users internal role and check.