How can I print a record in Agent Workspace?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2021 01:19 PM
I have users who would like to print/export RITM and task level details in Agent Workspace. This is for compliance reasons. I know how to do this on the legacy application interface by selecting "printer friendly version" in the profile settings, but i don't see this option in Agent Workspace. Appreciate any assistance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2021 08:57 PM
Hi
I'm afraid there is not option at the moment.
But you raise an enhancement request at the Idea Portal.
Kind regards
Maik
If my answer replied your question please mark appropriate response as correct so that the question will appear as resolved for other users who may have a similar question in the future.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2021 09:55 PM
Hi
I have an idea for another approach: you could implement a UI action that calls the print-friendly version in a separate window.
The Workspace client script code for better copying:
function onClick(g_form) {
var url = '/' + g_form.getTableName() + '.do?sys_id=' +
g_form.getUniqueValue() + '&sysparm_view=Workspace&sysparm_media=print';
top.window.open(url, '_blank');
}
Kind regards
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2021 02:56 AM
Hi
Did my reply answer your question?
If so, please mark appropriate response as correct so that the question will appear as resolved for other users who may have a similar question in the future.
If not, please tell me what you are still missing.
Many thanks and kind regards
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2021 10:38 AM
Hi Maik,
Is there a way we can direct trigger to download the print page?