How to hide the knowledge category from one page and make it appear in the other?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2023 04:39 PM
Hello experts,
Is it possible to hide one knowledge category in one page and make it appear in the other page on the service portal?
Regards,
Vaine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2023 08:52 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2023 06:58 PM
Hello,
What I want to do is to hide a single category in the portal page itself not in the platform.
for example, in that category widget i want to hide one specific category in that page, is it possible?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2023 12:56 PM
Your specific use case is going to determine how you do it - we've employed a couple different methods.
Whether or not a Category is included in the OOTB Categories widget depends on if the current user has access to any catalog items within the category AND the catalog item is available via the portal. So the trick is to "hide" the category or all the items in the category.
Approach 1: Hide the Catalog Items from the Portal
When we rolled out our Portal, our target audience was non-IT users so we didn't include our technical/IT centric categories & catalog items (servers, firewall, etc.) by checking the Hide on Service Portal flag option.
The flag is available, but hidden. Navigate to Service Catalog > Catalog Definitions > Maintain Items, and either add it to your list view and set it there, or add it to the form itself.
Approach 2: Hide Categories from Specific Users using User Criteria
We have another use case where we wanted to limit certain users to only have access to a very small number of catalog items. The Available for and Not Available for related lists can be used to control access both Catalog Items, and Categories. To use with Categories, you'll need to add the related lists to the form.
For this, we created a new category just for them and added all of the items they needed to it.
- We did this via the Categories related list on the Catalog Item - the items in question reside in two categories. The ones everyone sees and the one needed for the select group
Then we created two user criteria - "them", and "everyone but them".
- The new category is Available for "them", and Not Available for "everyone but them".
- All the other categories have the reverse - Available for "everyone but them" and Not Available for "them".
It's a little hokey, but we wanted a solution that didn't involve customized widgets.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2023 10:14 PM
hello,
The category I am referring to is for the knowledge article. The steps you reference are for service catalog categories I believe.