Changing sysparm_media=print Template?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2017 09:00 AM
Hi! Would any of you know of a way to modify the "sysparm_media=print" template in the ServiceNow CMS? When viewing the printer-friendly version of a service catalog task/record producer which uses and displays a variable table (which uses the "sc_var_table" macro), the variable table has a smushed display.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2017 02:28 AM
hi Sanford, maybe this is usefull
just found out, you can control which output is used by adding sysparms
ie, using the ess view (or any other view)
&sysparm_media=print&sysparm_result_view=ess
more about sysparm http://wiki.servicenow.com/index.php?title=Navigating_by_URL#gsc.tab=0
maybe you could make a view giving a nicer result?