- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2024 08:32 PM - edited 12-23-2024 09:28 PM
I am looking for Role based default landing page in Next experience UI.
Requirement:
1. End users should be redirected to Employee center portal
2. admins should have Admin landing page
3. ITIL users should have SOW landing page
4. Asset users should have Asset landing page.
Is it possible?
Note - It should be the default landing page based on the role upon login.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-25-2024 11:17 PM
Yes, this script determines the user's role during login and makes decisions accordingly. I've implemented similar validations before. It's not limited to the portal; it will also assist with redirection to workspaces. It’s simply a matter of providing the correct URLs. They say its not supported because it is a customization, but if it serves your purpose then it should be ok.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-25-2024 10:51 PM
Hi @Omkar Mone
SPEntryPage script is basically to determine whether or not to redirect a user to portal.
I dont want to modify that page beyond what is mentioned in the article. ServiceNow also clearly calls out "any configuration outside of what is described above is not supported."
If there is any other solution, do let me know.
Thanks!!!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-25-2024 11:17 PM
Yes, this script determines the user's role during login and makes decisions accordingly. I've implemented similar validations before. It's not limited to the portal; it will also assist with redirection to workspaces. It’s simply a matter of providing the correct URLs. They say its not supported because it is a customization, but if it serves your purpose then it should be ok.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-25-2024 11:52 PM
That makes sense @Omkar Mone Thanks for the suggestion.