How to set deafult Landing page for a group of users?

Aryan
Tera Contributor

 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?

 

 

7 REPLIES 7

Ankur Bawiskar
Tera Patron
Tera Patron

@Aryan 

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.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

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?

 

Ankur Bawiskar
Tera Patron
Tera Patron

@Aryan 

remember the system property "glide.ux.user_criteria_enabled" should be present with value as true

these links should help you

Learn about audiences 

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.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

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.