Servicenow Document Viewer is not working for external users
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2020 05:13 AM
Hi Team,
Servicenow Document Viewer is not working for external users, when ever an external user clicks on pdf file from csm portal. Document viewer is opening in a new page with error message : "Security constraints prevent access to requested page". Can someone please help me on this.
Thanks,
Adireddy Tetala
- Labels:
-
Knowledge Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2020 09:14 AM
What is this PDF record associated with?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2020 04:23 AM
Hi
Is your issue resolved ?
If yes, Can you share feedback on what was the resolution ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2020 10:24 AM
After speaking with HI. There are two things that you will have to do.
1. There is an ACL which needs to be amended to support snc_external users.
https://<yourURL>.service-now.com/sys_security_acl.do?sys_id=5ac4bb13931102009c8579b4f47ffba2
2. Create ACL to allow the script to Convert the attachment for web rendering
https://hi.service-now.com/kb_view.do?sysparm_article=KB0818296
Cause
The issue is related to the “snc_external” role, where it does not have permission to execute the required Script Include “ConversionRequestUtil”.
Resolution
- Navigate to System Security > Access Control (ACL)
- Click on New
- Create a new ACL with the following information:
- Operation: execute
- Type: client_callable_script_include
- Name: ConversionRequestUtil
- Roles: snc_external and snc_internal
- Click on Submit.
- Grant the affected user(s) the roles "snc_internal" and "snc_external".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2025 04:18 AM
It's better to specifically grant access to the page you use, not every ui page.