How to print a widget in Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2020 03:33 PM
Hey All!
I am currently using the out of the box form widget embedded in another custom widget. My customer wants me to add a button that allows them to print the form and its contents.
I am currently trying to use the javascript $window.print() function and it is not printing the entire form. It is only printing what is viewable in the window
Any solutions to this issue or advice on other approaches is greatly appreciated!
Best,
Toren
- Labels:
-
Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2020 09:09 PM
Hi there,
Please go through the below link. I hope it will help you.
If it helps, please mark it as correct and helpful. If not , then please let me know.
Regards,
Ishita Shrivastava.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2020 03:42 PM
Hey Ishita!
This looks like it could be on the right track, but I am kind of confused how I would go about using sysparm to control what is printed. The original post doesn't go into much detail.