About Favorite Widgets

honamiUeo
Tera Contributor

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.

1 ACCEPTED SOLUTION

Susan Britt
Mega Sage
Mega Sage
  1. 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"}}]
    • SusanBritt_1-1700572421123.png

       

  2. 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)
    • SusanBritt_0-1700572156078.png

       

  3. You can reference your favorites from the heart in the menu bar beside your profile (see screenshot above)

View solution in original post

3 REPLIES 3

Susan Britt
Mega Sage
Mega Sage
  1. 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"}}]
    • SusanBritt_1-1700572421123.png

       

  2. 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)
    • SusanBritt_0-1700572156078.png

       

  3. You can reference your favorites from the heart in the menu bar beside your profile (see screenshot above)

@Susan Britt 

Thank you very much for your detailed instructions with pictures!

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?