Can we print a list of forms?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2016 07:34 AM
Just having a report with a list of records is not enough for our customer. What we would like to do is print the form of a list of records. This can be a word or pdf document. Is such functionality available somewhere within servicenow, or a function that could be used to create such functionality?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2016 09:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2016 11:03 AM
Thanks Lars, exactly what I wanted. Question I still have though:
1) Can the output be tweaked to only contain the forms?
2) Can the output be automated (eg: in a script, scheduled report, etc)?
3) Can it be used in a report überhaupt?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2016 11:14 AM
Hi Peter
1. No not that im aware off
2. Its not something i have tried. You will have to find the code that the menu function calls and experiment with it to see if you can call it server side and capture the pdf.
3. I dont think so.
The alternative is to use the new PDF generator to generate a custom export
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2016 11:20 AM
Alright thanks. I'll look at the documentation to see if I can find something.
Looking at the context menu they are using GwtPollDialog and GwtExportScheduleDialog. I'll have to look for the code tomorrow, I doubt I'll be able to find it though