- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-12-2018 03:25 PM
I am trying to figure out how I can get the My Request widget to show request that were opened by me not just ones that I am the requested for which is the default behavior?
I have one catalog item that all the requests are generated by a coordinator and not the person that the request is for and they need to track the status of these requests.
If at all possible it would also be great to be able to show the requested for as a secondary variable so these coordinators would be able to quickly identity which user the request is for without clicking into each request.
Would like the requested for to show up in the highlighted area of the widget if possible.
Appreciate any help or ideas. Thanks
Solved! Go to Solution.
- Labels:
-
Service Portal Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-12-2018 04:41 PM
gr.addEncodedQuery('requested_for=javascript:gs.getUserID()^ORopened_by=javascript:gs.getUserID()');
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-12-2018 03:59 PM
- Go to Service Catalog > Catalog Administration > My Request Filter
- Open Service Catalog My Request
- Update the filter condition. This should update the widget.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-12-2018 04:10 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-12-2018 04:16 PM
Have you tried opening a request for someone else and it didn't show up in your list? Also have you tried impersonating someone else and have them open a request for you to see if it shows up in your list?
I updated this to also show ones where I am the requested for or the opened by and it worked for me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-12-2018 04:20 PM
Actually looking at the widget, it is set to only look at the requested for. You will probably need to clone the widget and update the server script that does the query.