How to change the Page Redirect on the HRM Todos Summary Widget
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2025 11:17 AM
Hi ServiceNow community!
I'm trying to change the page that this link in the HRM Todos Summary widget redirects in Employee Center. The link is used to open the Approval For task.
Currently it takes to the ticket page (id=ticket), we want it to take to the form page (id=form) and apply a specific view.
Is this possible OOB?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2025 07:23 PM
check if something you can do from here using config rather than scripting
If not then you will have to clone the widget, make the necessary changes and add that widget again on that page
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2025 08:52 AM
Just looking at all the table columns for the sn_hr_sp_todos_config table, nothing seems to point to any page this would open with.
I don't want to clone the Widget as that would introduce tech debt / lock us out of subsequent upgrades, so I will continue searching for solutions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-06-2025 05:33 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-06-2025 11:24 PM
It's not possible OOTB on Task extended tables (don't know why that's the case).
However, it is possible on non-task tables.
E.g. Showing knowledge approvals.
Sidenote: When I did do this we linked to the SOW KB version comparison page, so the approver could easily see what was changed between versions.