- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2014 06:07 AM
We are trying to add an Export to Excel button next to Export to PDF.
Are these buttons "editable"?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2014 06:33 AM
We decided to add the UI Action to the Configuration item list.
Step 1
Ascertained the OTB code for Export to Excel.
Step 2
Created a new UI Action and applied it to the cmdb_ci table so the Export UI Action appears on every list screen for CIs.
and pointed the onClick to the "scoped" function we added.
It would be nice for OTB to come with the Export options at the top, but in this case, being able to export from the CI itself will save the time of drilling into a separate report.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2014 06:23 AM
You still have your export UI Actions in the list that the report creates. I am looking to see if adding something up top is available.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2014 06:29 AM
You can also schedule the report to run and send out as Excel.
I think all this code is hidden from the end user, living on the actual server in the SN data centers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2014 06:42 AM
Hi Jeremy, I tried to find this page on SNOW System UI, it seems to be a UI Page but it ´s not listed as one. The name of that particular page is sys_report_template.do and if you type your instance URL/sys_report_template.do (https://urinstance.service-now.com/sys_report_template.do) you will end up in that page.
I found an old thread in which people reached SNOW asking for changes on that particular page:
As far as I could see, there ´s no way for administrators to perform customizations in this page, however, you can access the HI instance and submit a feature request for ServiceNow to add this button for you. I think it worth the try.
Best regards,
Felipe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2014 06:33 AM
We decided to add the UI Action to the Configuration item list.
Step 1
Ascertained the OTB code for Export to Excel.
Step 2
Created a new UI Action and applied it to the cmdb_ci table so the Export UI Action appears on every list screen for CIs.
and pointed the onClick to the "scoped" function we added.
It would be nice for OTB to come with the Export options at the top, but in this case, being able to export from the CI itself will save the time of drilling into a separate report.