
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2019 08:10 AM
Hi,
I want a link on my menu section and menu item which should redirect to another portal from service portal.
e.g- If I click the link on a menu section available on service portal xxx.service-now.com/sp.
it should redirect to xxx.service-now.com/yyyy.
I don't want to hard code the URL since movement of updates to different environment will create an issue, if the update is moved to test from dev so as per the hard coded, environment test will redirect to dev.
Advance Thanks for the help...!!!
Regards
Alok
Solved! Go to Solution.
- Labels:
-
Service Portal

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2019 08:32 AM
This worked for me:
My PDI is on the London version, and the menu is using the OOB "Header Menu" widget. My Portal suffix being "test", make sure to include the leading slash.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2019 08:23 AM
Have you tried adding just "/yyyy", or the suffix of the other portal, to the URL field in your menu item?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2019 08:28 AM
Yes, I have tried that but it's redirecting to xxx.service-now.com/sp/yyyy

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2019 08:32 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2019 09:17 AM
Thanks Dylan,
I missed "/" and due to that reason I was unable to get the expected result.