- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2023 01:51 AM
Hello,
I used the docs regarding to "redirecting user to Service Portal"
I followed the instructions, but when I impersonate a user on my instance, it doesn´t redirect me to the ServicePortal site instead I´m landing on the SOW page. I can´t figure out why this happens.
I set the value in the sys_property glide.entry.first.page to new SPEntryPage().getFirstPageURL()
In the Script Include SPEntryPage I changed this.logVariables to "true"
If the impersonate user has no roles, he should be redirected to the SP, shouldn´t he?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2023 02:35 AM - edited 04-03-2023 02:41 AM
Hi @Steve2000 ,
If you want itil users to be redirected to portal then modified condition in script include "SPEntryPage" as below.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2023 04:53 AM - edited 04-03-2023 04:54 AM
I want another option, that when the user has only one specific role or no role at all, that he redirects to the service Portal

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2023 03:33 AM
Hi Steve , Are you able to get the requirement (the user has only one specific role or no role at all, that he redirects to the service Portal) done . please share the steps what was done to achieve this . i have similar requirement and not able to figure it out.