How to set deafult Landing page for a group of users?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2025 12:07 AM
Hi All,
We have a requirement where we have to set the landing page of particular group of user.
Suppose,
1. Group A having the landing page - Database Dashbaord.
2. Group B having the landing page - Audit Dashbaord.
So, for example when the user first login with Group A it will redirect to Database Dashbaord.
Can anyone help me to achieve this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2025 12:21 AM
are you talking about workspace landing page or home page which has reports etc?
if yes then you can do this
1) create 1 landing page, audience for it and add Group A in User Criteria Inclusion
2) create another landing page, audience for it and add Group B in User criteria Inclusion
Then login with individual group users and confirm
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2025 12:26 AM
Hi @Ankur Bawiskar ,
Thank you for your reply,
I am talking about the Home which has reports.
Do you have any KB link for this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2025 12:24 AM
remember the system property "glide.ux.user_criteria_enabled" should be present with value as true
these links should help you
Audit Workspace: How to set audience by user group to page variant?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2025 12:31 AM
Hi @Ankur Bawiskar ,
Thank you for the links and also sys_property is enabled in my instance.
Currently in my scenario, I already created the 2 Dashboard , #1 Dashboard is already set as a default landing page/Dashboard for all the users. I achieved this by user preference, but now we have requirement to set #2 Dashboard as a Landing page for Some specific groups.