- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
When trying to print from the Employee Center, I am seeing a weird print format where the words are not fully on the page. Any issues how to resolve?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
@KindonC I had the same issue and opened a support case with ServiceNow. They sent the following solution which fixed the issue in our instance....
Under the EC Theme for the ESC portal, go to the CSS Variables section and add the below code:
@media print {
.sp-page-root { container-type: normal; }
}
Hopefully this works for you, too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
This is a known issue with outdated plugins. Go to System Definition -> Plugins and update Platform Analytics, UI Builder and Data Visualization plugins to latest version. Also see if there any latest plugins for the specific module you are printing the page [Employee Portal].
Clear the cache using /cache.do, logout from the browser and login again and try it. You can also try logging in from Incognito or InPrivate window of your browser and check it after plugin updates.
If this helped to answer your query, please mark it helpful & accept the solution.
Thanks,
Bhuvan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I updated the plugins in the instance and that did not resolve the issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Thank you for the response. I am looking at the plug-ins right now to see if that could be the issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
@KindonC I had the same issue and opened a support case with ServiceNow. They sent the following solution which fixed the issue in our instance....
Under the EC Theme for the ESC portal, go to the CSS Variables section and add the below code:
@media print {
.sp-page-root { container-type: normal; }
}
Hopefully this works for you, too.