- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2023 08:58 AM
Hello everyone, hope you're doing fine!
I need to modify or create a widget to open incidents on the Employee Center Portal.
But not every user, just those who have been added to the watch list.
So, in resume, If you have been added to the watch list, you can open (read) that incident on the Employee Center Portal.
Thanks.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2023 07:04 AM
Hey @Julian Piovesa1 this shouldn't require any new or customised widget. You can use the My Requests filter to add some conditions.
Here is a quick example
So you can amend the filters for the My Requests page, which controls what data is returned to the My Requests widget, and how it is shown.
You should be able to just add the condition for watchlist and include that short bit of code. It is basically saying if the logged in user is part of the watchlist.
As a totally seperate idea, you could use a Simple List widget, and configure it with the same wishlist condition. So you could have a totally seperate widget showing just a collection of Incidents where the user is on the watchlist.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2023 01:00 AM
Very welcome 🙂