Role based default landing page possible in Next experience UI?

Suggy
Giga Sage

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.

1 ACCEPTED SOLUTION

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.

View solution in original post

12 REPLIES 12

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!!!

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.

That makes sense @Omkar Mone  Thanks for the suggestion.