How to set default landing page based on role

Alon Grod
Tera Expert

Hi,

How can I set default landing page after user logged in. If the user does not has roles, he needs to redirect to portal, else he needs to redirect to service operation workspace home page

1 ACCEPTED SOLUTION

Community Alums
Not applicable

Hi @Alon Grod ,

In NEXT experience UI, we have the above shared option available.

As homepages have been deprociated and ServiceNow is Focussed towrds using Workspaces than native/Next experience UI.

In workspaces , we have that option based on role , you can specify what role would see what:

SandeepDutta_1-1692687135126.png

 

 

SandeepDutta_0-1692687090853.png

 

View solution in original post

4 REPLIES 4

Community Alums
Not applicable

Hi @Alon Grod ,

  1. Navigate to User Administration > User Preferences.
  2. Select New.
  3. In the Name field, enter my_home_navigation_page.
  4. In the User field, select the Lookup using the list icon (
     

     

    ) and assign a user.
    You can have multiple entries of this preference for different users.
  5. Specify the value of the landing page.
    For example, to use the Visual Task Board overview as the landing page, you would enter $vtb.do. To assign a specific VTB, you would enter the portion of the URL from $vtb.do onward.
    Note: When you copy the URL information, be sure to replace any HTML entities with their decoded values. For example, replace the entity %24 with $.
     
    SandeepDutta_1-1692685561394.png
     
    6. Select Update.

Also, Refer :Next Experience landing pages  

@Community Alums but is there any way to do so in general based on role? if the user has itil or not?

Community Alums
Not applicable

Hi @Alon Grod ,

In NEXT experience UI, we have the above shared option available.

As homepages have been deprociated and ServiceNow is Focussed towrds using Workspaces than native/Next experience UI.

In workspaces , we have that option based on role , you can specify what role would see what:

SandeepDutta_1-1692687135126.png

 

 

SandeepDutta_0-1692687090853.png

 

Alon Grod
Tera Expert

@Community Alums