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
‎12-27-2017 12:58 PM
Hi all,
This method is intended to provide the functionality without the need for cloning or creating new widgets. One downside is once hitting Save, it remains on the form and does not redirect to the list view.
An alternative method can be creating a new list page, where you can link to a new form page with a cloned form widget to handle the redirection.
Blair, can you expand on the Save button not working? It should successfully save the record, but does not auto redirect the user back to the list view.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-12-2018 10:27 AM
Hello Paul
I have tried implemented this and can see the Delegates option on the Service Portal Menu. When user clicks on that, it opens the list view of delegates with 'New' button on top. However If we click on 'New' i see the fields for Approvals, delegate etc. but 'Starts' and 'Ends' looks like something below. Any thoughts why it is ?
There is no scope to enter the start and end date. So system is not allowing me to save the record as they are mandatory.
Any help is appreciated.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2018 01:11 PM
I am trying to add 'My Delegate' on the header and it should open only my set delegates.
by using sp?table=sys_user_delegate&id=list., it shows all the list of delegates. How to show only logged in user's list with 'New' UI action?
Thanks in advance!
Swapnil.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-31-2018 10:58 AM
Hi Swapnil,
We have similar requirement. Have got got solution to filter down the list with logged in user?
Appreciate your help in advance!
Thanks,
Rewanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-18-2018 01:13 PM
Seems like adding the below as a URL works, so you could build the link to load the data as per the logged in user
?table=sys_user_delegate&id=list&spa=1&filter=user%3DSys_id