
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2025 09:12 PM
Hello Community,
Is there a way for users to set or change their own delegate (e.g., when they're going on vacation) directly through the Service Portal? I’ve been looking around but haven’t found where a user can do this themselves.
Do I need to enable something in the settings or configure a specific widget or module to make this available?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2025 09:16 PM
Hi @Andrew Meza ,
To allow user delegation from the Service Portal, Add a link to your SP Header Menu for a list view of the Delegates table, with the below link
https://InstanceName.service-now.com/sp?id=list&table=sys_user_delegate
From the above list, users can create a delegation.
Also, this can be achieved using the below URL (Avoiding to show the List)
https://InstanceName.service-now.com/sp?id=form&table=sys_user_delegate&sys_id=-1
Sandeep Dutta
Please mark the answer correct & Helpful, if i could help you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2025 09:16 PM
Hi @Andrew Meza ,
To allow user delegation from the Service Portal, Add a link to your SP Header Menu for a list view of the Delegates table, with the below link
https://InstanceName.service-now.com/sp?id=list&table=sys_user_delegate
From the above list, users can create a delegation.
Also, this can be achieved using the below URL (Avoiding to show the List)
https://InstanceName.service-now.com/sp?id=form&table=sys_user_delegate&sys_id=-1
Sandeep Dutta
Please mark the answer correct & Helpful, if i could help you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2025 09:26 PM
Hi @Andrew Meza ,
- Plugin need to be installed (Granular Delegation)
- Go to Service Portal > Pages (e.g., your homepage).
- Edit the page and add the Edit Granular Delegate / Granular Delegation List widget from the catalog.
- Configure the widget to allow users to manage their delegates (add, remove, or edit)
- Users need the delegate_user role to manage their delegates via the Service Portal.
Please mark this as helpful and correct if this answers your question
Thanks,
Yaswanth