How to allow users to set their approval delegates from the Employee Service Center
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-10-2025 04:49 PM - edited ‎04-10-2025 04:49 PM
We want to allow our approvers to set a delegate from the Employee Service Center. What is the easiest way to do this avoiding customization? Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2025 10:32 PM
@Vingilot
Steps to Allow Users to Set Approval Delegates from ESC (No Customization):
Enable the Delegation Plugin
Go to Plugins and activate:
✅ Delegated Approvals (com.glide.delegate.approvals)
Enable Delegation in Service Portal / ESC
Navigate to Delegation > My Delegates
Confirm the module is working in the Platform UI first.
Expose "My Delegates" in ESC
Go to Content Pages → Open your ESC homepage layout.
Add the "My Delegates" widget (or link to the /sp?id=my_delegates page).
Alternatively, add a shortcut tile or menu item pointing to:
sp?id=my_delegates
Assign Required Roles
Users will need the delegate_approver role to set delegates.
Test the Functionality
Login as a user with approval rights.
Go to ESC → Access "My Delegates" → Add a delegate with start and end dates.
This uses OOTB functionality with no major customization.
If this helped, please mark it as helpful ✅
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2025 10:04 AM
Thank you, we will try that.