How to show the ServiceNow dashboard in sharepoint
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2016 10:29 AM
Hi, I have a report in ServiceNow and would like to show the same on sharepoint site?
page viewer webpart (iframe) is not working with the the servicenow url.
may i know any other way of integrating this (with out third party tools)?
Tried with the javascript, through xmlhttprequest and drawing the chart, but the user id (sysReports) which connected to servicenow to pull the report is somehow stored as cookies hence when user opens a servicenow instance on a new tab it opens with sysReports account indstead of actual user's account which is causing confusion when people create new incidents in the service now. Could not able to find how to close/logout the request after data load on the page. May i know the available options to fix this?
- Labels:
-
Service Mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2016 11:06 AM
inorder to show servicenow dashboard in SharePoint or anyother web application you need to deactivate this system property - "glide.set_x_frame_options". ServiceNow does not recommend deactivating this property.
You can read more about this on below thread.
ServiceNow / Security - Is it a risk to disable a "X-Frame-Options HTTP response header" property?