How to hide KB number from KB Article.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2024 01:36 AM - edited 06-17-2024 01:39 AM
Hi All
How to hide KB number from KB Article. (If this even possible??)
Thanks. 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2024 02:44 AM
Hi Obito,
This is the OOB configuration and Article number is the identifier, It is used to recognize and refer the article.
There is No OOB way to hide it and I would recommend pushing back to this requirement as it will be adding unnecessary technical debt to your instance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2024 02:46 AM
Agree with @Anurag Tripathi here, and same view i just mentioned.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2024 11:43 PM
Thank you @Dr Atul G- LNG & @Anurag Tripathi for your inputs. I will try to convince the same to my client.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2024 06:35 AM
Hi @Obito It is not a best practice to Hide Number from KB Article.
I will show you how to hide KB Article number without cloning widget. Follow Below steps
1. ctrl + right click
2. Click on Page in designer
3. Click on page
4. Add below CSS code in Page Specific CSS
div.kb-number-info {
display : none;
}
5. Save the record and validate
Please mark my answer Correct/Helpful
Regards,
Sid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2024 11:41 PM
Thanks @Sid_Takali , I will confirm and then mark your response as solution.