- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2017 08:02 AM
Is there any way to restrict the ability to 'Export Directly from URL' without affecting read access for a user?
Export Directly from URL:
https://docs.servicenow.com/bundle/istanbul-servicenow-platform/page/administer/exporting-data/task/...
I'd like to specifically control export without affecting read.
Solved! Go to Solution.
- Labels:
-
Instance Configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2017 09:25 AM
You can block URL access to exporting by Excel by creating an ACL on the ExcelOutputProcessor like so:
N.B. This will not stop a user from exporting via the Context Menu drop down UI on the list.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2017 11:36 AM
I have put a fix in the 'Disable script for out of scope tables' client script and I can now use the 'Advanced' and 'Script' options. I now have a working ACL. Thank you Matthew.