Manage User Delegates in Service Portal (Easy and OOB)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2017 10:10 AM
Hi all,
I have seen a few other posts around managing delegates in the Service Portal, most of which talk about creating a custom widget or record producer.
Instead of adding a widget or a new record producer, you can just add a link to your SP Header Menu for a list view of the Delegates table, with a link of /sp?table=sys_user_delegate&id=list.
This leverages the OOB list page, where an end user can create a New record or view the existing entries they have for delegates.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2019 08:48 AM
The New button is not showing for my non admin users - any ideas? developing this in London
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-24-2019 11:25 AM
Hi Swapnil,
Your post is 8 months ago , but i have used the below URL to filter the list based on the logged in user dynamically and it worked for me. Hope this helps.
/sp?table=sys_user_delegate&id=list&filter=userDYNAMIC90d1921e5f510100a9ad2572f2b477fe
Note: I tried it in London.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2021 02:48 AM
Hi Divya,
Could you please let me know on where we should use this URL to filter only the delegates of logged in user.. I am wondering for a solution to this for long.
Appreciate your help on this..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2021 07:38 AM
Hi Ashwini,
You can use it in service portal with a simple URL widget and apply the filter above
other option is create a module in platform view(fulfiller view ) and can add the URL
Please mark Helpful if this resolved your question
Thanks,
Divya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2019 11:56 AM
Hello all,
Having had a similar requirement come up recently, I can confirm this works on Madrid.
I added 'My Delegates' to the SP Header Menu(screenshot)
Along with the below parameters:
Condition: gs.isLoggedIn( )
HREF/URL: /sp?table=sys_user_delegate&id=list&filter=userDYNAMIC90d1921e5f510100a9ad2572f2b477fe
Hope that helps.
Thanks!