- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-21-2023 11:11 PM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-21-2023 11:52 PM
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:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-21-2023 11:27 PM
Hi @Alon Grod ,
- Navigate to User Administration > User Preferences.
- Select New.
- In the Name field, enter my_home_navigation_page.
- In the User field, select the Lookup using the list icon (
You can have multiple entries of this preference for different users.
- 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.6. Select Update.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 $.
Also, Refer :Next Experience landing pages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-21-2023 11:33 PM
@Community Alums but is there any way to do so in general based on role? if the user has itil or not?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-21-2023 11:52 PM
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:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-21-2023 11:41 PM
@Community Alums