Create a Favorite for everyone on Employee Center

madgodinez
Tera Contributor

Hello, 

 

I would like to know if it is possible to add a content item to everyone's Favorites widget on the Employee Center Portal? For example, if we released a new Catalog Item and wanted to highlight it and gain more attention/traffic for the first month, we would be able to do so. 

 

Thanks,

1 ACCEPTED SOLUTION

BalaG
Kilo Sage

Hi @madgodinez  yes it is possible, the favorites are stored in sp_favorite, see example below, shows a favorite app and a favorite KB. As you can see they are user specific, so the background script you write will have to create appropriate record for each user you want a favorite to.

 

sp_favorite.png

 

Hope this helps

--

Bala G

 

Please mark this as a solution or as helpful, depending on its utility

 

 

View solution in original post

2 REPLIES 2

BalaG
Kilo Sage

Hi @madgodinez  yes it is possible, the favorites are stored in sp_favorite, see example below, shows a favorite app and a favorite KB. As you can see they are user specific, so the background script you write will have to create appropriate record for each user you want a favorite to.

 

sp_favorite.png

 

Hope this helps

--

Bala G

 

Please mark this as a solution or as helpful, depending on its utility

 

 

madgodinez
Tera Contributor

Okay, thank you! I figured that would be the solution.