- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2023 05:38 PM
I don't know how to use the [sp_favorites] widget.
Can you please tell me how to add a favorite or how to add new data to this table?
I also looked into the roles and UI actions for table [st_portal_favorite], but I couldn't find where it is registered from and what values are displayed.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-21-2023 05:11 AM - edited ‎11-21-2023 05:14 AM
- Enable Favorites on your portal record (sp_portal) first - there is field called "Enable favorites" that you can update from the list view, if it is not on the portal form layout.
- I have this on my employee center portal record's "Quick start config" to all it to be a heart icon:
- [{"favorite":{"icon_checked":"fa-heart","icon_unchecked":"fa-heart-o","color":"primary"}}]
- Once enabled, you should see a "heart" icon in your service portal or employee center on things that can be favorited (e.g., knowledge articles, catalog items)
- You can reference your favorites from the heart in the menu bar beside your profile (see screenshot above)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-21-2023 05:11 AM - edited ‎11-21-2023 05:14 AM
- Enable Favorites on your portal record (sp_portal) first - there is field called "Enable favorites" that you can update from the list view, if it is not on the portal form layout.
- I have this on my employee center portal record's "Quick start config" to all it to be a heart icon:
- [{"favorite":{"icon_checked":"fa-heart","icon_unchecked":"fa-heart-o","color":"primary"}}]
- Once enabled, you should see a "heart" icon in your service portal or employee center on things that can be favorited (e.g., knowledge articles, catalog items)
- You can reference your favorites from the heart in the menu bar beside your profile (see screenshot above)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-26-2023 08:13 PM
Thank you very much for your detailed instructions with pictures!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2024 10:03 PM
Hi Susan
Is there a way we can utilize this functionality on a custom portal for adding favorites to specific records. Currently the user wants to bookmark certain records, Accounts in the favorites to easily access them?