Redirecting end users to /esc instead of /sp.

Sriraj V
Tera Contributor

Hi All,

I need to redirect my end users to /esc, Have anyone tried this?

Hi Mark @Mark Roethof ,

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

7 REPLIES 7

palanikumar
Mega Sage

Hi,

You can edit the script "new SPEntryPage().getFirstPageURL()" to change the URL to /esc for end users

Thank you,

Palani

Thank you,
Palani

Hi Palani,

Without editing OOB script is there any way to achieve that redirection.

Thank you,

Sri

Mark Roethof
Tera Patron
Tera Patron

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

LinkedIn

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.