How to change the Page Redirect on the HRM Todos Summary Widget

pablolopez
Tera Contributor

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?

pablolopez_0-1738869336347.png

 

4 REPLIES 4

Ankur Bawiskar
Tera Patron
Tera Patron

@pablolopez 

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

 

AnkurBawiskar_0-1738898570022.png

 

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

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.

Hi @pablolopez ,

Were you able to redirect to the required page?

Regards.

Kit Cheong
Giga Guru

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.

 

KitCheong_2-1746598925144.png

 

KitCheong_1-1746598878341.png