Restrict 'Export Directly from URL'

matt_kean
Tera Guru

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.

1 ACCEPTED SOLUTION

Mwatkins
ServiceNow Employee
ServiceNow Employee

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.


Screenshot 2017-04-28 09.19.40.png



Export format processors


Processor ACL rules


View solution in original post

5 REPLIES 5

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.