- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2024 08:45 AM
Hi all, I cloned a simple list widget to show list of records of a custom table in service portal . It is displaying. , in the custom table records there is a reference field (sys_group).
Now the requirement is if the current logged in user is belong to the group ,that is in the custom table only that records should be shown to him in portal.
Like if there is 10 records in custom table and the current logged in user is in XYZ group. That particular group is in 5 records. So that to him only that 5 records should display in portal , how can i achieve this.Can anyone help
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2024 10:12 AM
The reference qualifier you pass in as part of the instance options for a simple list widget supports the dynamic operator you can use as part of the filter builder (see below).
So the below looks like "assignment_groupDYNAMICd6435e965f510100a9ad2572f2b47744"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2024 10:27 AM
Hi @Sharath807 follow below steps
1. Ctrl + Right Click
2. Open Simple list widget instance
3. Add a filter here
4. Copy Query and paste it in filter field of simple list widget instance
Regards,
Sid

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2024 10:12 AM
The reference qualifier you pass in as part of the instance options for a simple list widget supports the dynamic operator you can use as part of the filter builder (see below).
So the below looks like "assignment_groupDYNAMICd6435e965f510100a9ad2572f2b47744"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2024 10:27 AM
Hi @Sharath807 follow below steps
1. Ctrl + Right Click
2. Open Simple list widget instance
3. Add a filter here
4. Copy Query and paste it in filter field of simple list widget instance
Regards,
Sid