- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2019 12:02 PM
View all report under "My Requests" In Service now user portal is showing all users request, but one users should not see others request.
I have tried to make a changes in My Request Widget but no luck can any one help me on this
Solved! Go to Solution.
- Labels:
-
Service Desk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2019 05:10 AM
It is a Simple List In Widget Instance from there we can add the filter requested by me is(dynamic)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2019 07:47 PM
If you open the widget on the server script around line 11 you will see something like this...
gr.addEncodedQuery('requested_for=javascript:gs.getUserID()');
You can then modify that query to whatever you want. I would recommend cloning the widget and making changes to the cloned record.
Let me know if you need some more help. 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2019 05:10 AM
It is a Simple List In Widget Instance from there we can add the filter requested by me is(dynamic)