
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2020 05:30 AM
We had previously been using the regular ServiceNow Service Portal (/sp) site, but are in the process of migrating to the new Employee Service Center (/esc) as part of HRSD. I was wondering if there was a way to route users who navigate to /sp to automatically be redirected to the /esc portal instead?
Solved! Go to Solution.
- Labels:
-
Employee Service Center

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2020 05:00 PM
Here is the solution we found that works: How to Redirect users automatically from old portal to new portal

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2020 08:53 AM
Yes, I thought that might work as well, but this is used for routing pages within a Portal, so I could router a user from /sp?id=index to /sp?id=esc_dashboard, but that means the page would display in the sp domain which could have scope restriction issues. Ultimately, what I need to do is route /sp?id=index to /esc?id=esc_dashboard.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2020 11:46 AM
Hello Mark,
What we have done before is set Redirection on /sp with the help of the Network team. within intranet you can set up redirection rule. Another option would be creating a new page that displays an information message and link to the new portal is ESC. you can set a Route map from index to new page within sp.
Thanks,
Sai.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2020 05:00 PM
Here is the solution we found that works: How to Redirect users automatically from old portal to new portal