- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-15-2019 11:27 PM
Hi all. Guys its very critical , I got one requirement today login page for all users should be the portal landing page only.
This is my instance url
https://strnewdevtemp.service-now.com
whenever user hits this url they should be redirected to service portal login page
https://strnewdevtemp.service-now.com/sp
Is there any way to achieve it? Please guys do help ...! please...!
Much Thanks in advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-15-2019 11:54 PM
Got Solution:
We should change the property 'glide.entry.page.script' value to 'new SPEntryPage().getLoginURL()' which will use serviceportal login page as default.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-15-2019 11:43 PM
Hi Sana,
Please see the below link. I believe it's helpful for you.
Six way redirect to the service portal
Please Hit like, Helpful or Correct depending on the impact of the response if this solves your query!!
Thanks,
PKG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-15-2019 11:54 PM
Got Solution:
We should change the property 'glide.entry.page.script' value to 'new SPEntryPage().getLoginURL()' which will use serviceportal login page as default.
Thanks!