- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2020 10:16 AM
We recently upgraded to Orlando. We now have a problem with external users not being able to open knowledge article attachments. After some debugging, I found the ACLs that needed to have the external role added for the users to view the attachments. I have not yet made the changes to our prod instance because I feel that these updates are leaving us open to external users having more access than intended. I now wonder if there is a setting or property that I missed that would clear this up easier than changing all the ACLs.
My potential changes are:
- Add snc_external to 5 of the sys_attachment read ACLs
- Add snc_external role to Name=*, Type=ui_page, Operation=read ACL - Allow all internal users to access the UI pages without restriction (gives access to external users to $viewer.do)
- Add snc_external role to Name=*, Type=client_callable_script_include, Operation=execute - Allow all internal users to access the client callable script includes without restriction(gives access to Document Viewer preview)
Is there an easier way to handle this? Thanks for your help
Solved! Go to Solution.
- Labels:
-
Knowledge Management
-
Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2020 12:32 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2020 10:23 AM
IF you want external users to view KB article content in service portal, then you need to make respective KB portal pages public using below
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2020 10:35 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2020 10:44 AM
You will have to create ACL on sys_attachment table to allow external users to view attachments.
Regards,
Sachin

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2020 11:19 AM
Hi,
Try to Read ACL for sys_attachment table. So that users can see the knowledge articles.
Thanks,
Kunal