How to add a Watchlist to a widget in Employee Center Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2024 04:11 AM
Hi everyone!
I was asked to add the "Watchlist funcionality" to my Portal widget and make it like a button.
I want a "Watchlist" button for example there, that will display the sys_user list so I can choose more than 1 user.
What is the best way to achieve this functionality?
Thank you in advance!
Sérgio

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2024 04:15 AM
Hi @rafas_2703 refer the below link for the Widget
https://www.servicenowelite.com/blog/2017/6/1/service-portal-watchlist-widget
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2024 04:19 AM
Hi @Harish KM ,
I saw that article but my question is: how do I make it search the users table and not add an email to it?
And if I add an email, it is added to the watchlist only if I create the case right?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2024 04:26 AM
Hi @rafas_2703 you need to change the.logic in html and Server side script.
If you take a look at server code it is gliding user table and checking email Replace this with user name
Harish