- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2023 10:54 AM
Hi,
I should be able to navigate as an end user to an article and be able to click on something that allows me to print the article (without printing the entire webpage).
When we open article on Service Portal and click on ctrl + P to print article then it is printing other things like Impersonate, Logout, Tours, I don't need this things to print. I need only KB article to be printed.
I have done ctrl + P and it is printing many things. Please see attached screenshot.
Can anyone please help me how to print article instead other things.
Regards,
Nivedita
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2023 11:53 AM - edited 06-19-2023 12:02 PM
Hello @niveditakumari ,
Please refer this share project "Add wordcount and print functionality on knowledge article (Portal)".
Go to this URL and download the update set and commit it. This is for two things: to count words in the knowledge base and also have print functionality. So if you don't want word count, then remove or comment that part of the code of the widget.
OR pls refer:
https://www.servicenow.com/community/developer-forum/printing-knowledge-article/m-p/1484570
@niveditakumari, Please mark my answer as "Accept as Solution" and "Helpfuls." If it works for you.
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2023 11:53 AM - edited 06-19-2023 12:02 PM
Hello @niveditakumari ,
Please refer this share project "Add wordcount and print functionality on knowledge article (Portal)".
Go to this URL and download the update set and commit it. This is for two things: to count words in the knowledge base and also have print functionality. So if you don't want word count, then remove or comment that part of the code of the widget.
OR pls refer:
https://www.servicenow.com/community/developer-forum/printing-knowledge-article/m-p/1484570
@niveditakumari, Please mark my answer as "Accept as Solution" and "Helpfuls." If it works for you.
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2023 01:24 PM
Hi @Community Alums,
I have tried it but it is not working.
Can you please tell step by step what needs to be done to achieve that.
Regards,
Nivedita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2023 01:30 PM
Hi @Community Alums,
You have shared project that need to be download and commit. I have downloaded that and it is in xml format. I'm not able to commit that.
Can you please tell step by step how to achieve this requirement.
Regards,
Nivedita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2023 10:04 AM
Hello @niveditakumari ,
U need to go that URL:
- Then click on the download button; it retrieves the update set, then commits that update set.
- Then in widgets, you will be able to see this widget: "Knowledge Article Content (word/print)".
- OOTB Knowledge Articles use Knowledge Article Content.
- You need to add this widget "Knowledge Article Content (word/print)" in the service portal instead of the "Knowledge Article Content" widget.
BTW in release notes every thing is mentioned.
Thank you!