- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2023 10:18 AM
Updated a client to Next Experience and we were under the impression that catalog items on portal side would have the option to be favorited by users. I have seen this where they click on a star in the corner of the CI before they click it or even within the CI. We arent seeing this. I assume it is something that has to be activated somewhere or widgets. Can anyone point me in the right direction?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2023 11:19 AM
Oh if this is a custom one than you need to go back to this article https://www.servicenow.com/community/developer-articles/how-to-create-favorites-in-service-portal/ta... to implement favorite feature.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2023 02:54 PM
I have seen it where you are on the catalog section where you select an item and you can favorite it there instead of going into each item. Your way works but I also noticed the favorites menu doesnt appear in the header either

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2023 10:46 AM
@GEM1 All favourites can be accessed from the My favourite widget on the portal home page.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2023 11:14 AM
@Sandeep Rajput is this what I will need to do? https://www.servicenow.com/community/developer-articles/how-to-create-favorites-in-service-portal/ta...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2023 11:32 AM
@GEM1 The post talks about the custom implementation of favorite feature which is no longer needed. Please use the following steps to enable favorite feature on your portal.
1. Navigate to Service Portal >> Portal
2. Choose the gear icon to configure the list layout.
Select the Enable Favourite field from the slush bucket and add it into Available section.
Once the. column is added, locate your record of helth portal and double click on the Enable Favorite field. Set this value to true. Save this change.
Now go back to your portal and you should be able to see Favorite menu on the top on your portal.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2023 03:00 PM
@Sandeep Rajput the favorites link is not appearing in the header bar, please advise