Redirecting end users to /esc instead of /sp.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2022 09:57 PM
Hi All,
I need to redirect my end users to /esc, Have anyone tried this?
Hi Mark
I referred your article to redirect users from /sp to /esc.
I have one question, how to redirect end users to /esc instead of /sp..? Any thoughts on this?
As you aware, for redirecting end users to /sp : I have created a property "glide.entry.first.page.script" and used this "new SPEntryPage().getFirstPageURL()". By this way redirection takes care by OOB script include.
Regards,
Sriraj

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2022 06:56 AM
Hi,
You can edit the script "new SPEntryPage().getFirstPageURL()" to change the URL to /esc for end users
Thank you,
Palani
Palani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2022 06:39 AM
Hi Palani,
Without editing OOB script is there any way to achieve that redirection.
Thank you,
Sri

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2022 07:11 AM
Hi there,
I do see you tagged my name, though reading your question it's unclear for me what you are asking / what for you is not clear from my article.
Kind regards,
Mark
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2022 06:42 AM
Hi Mark,
In your article you have mentioned about redirecting all the users from /sp to /esc.
My query is how to redirect only the end users (condition based).
My question is same as Maik Skoddow's comment where he asked about condition based redirection i.e only redirect users with the role "snc_external" (end users) to /esc.