Default List Filter for Specific Group in Workspace

Spartan_snow
Tera Expert

Hi Community,

 

I have a requirement in Agent/Configurable Workspace:

  • For the ABC group, I want users to see a specific filtered list view by default.
  • They should still be able to modify or remove the filter as needed.
  • Other users should continue to see the normal unfiltered list.

Could you please suggest the best approach to implement this?
Would this be best handled via View Rules, UX Client Scripts, or another method?

 

Thanks in advance for your guidance!

@Ankur Bawiskar 

3 REPLIES 3

Ankur Bawiskar
Tera Patron

@Spartan_snow 

Workspace view rules should help you control the list view in workspace

How to create a Workspace Experience View Rule to force a specified view to be used 

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

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

sarah_bioni
ServiceNow Employee

Hi @Spartan_snow ,

 

You can create two separate list configurations for the same table:

  • One list tailored for the ABC group, with the desired default filter applied.
    This list can be targeted to the ABC users using roles in list applicability table (sys_ux_applicability_m2m_list).
  • Another list without filters for all other users, preserving the standard experience.

Hope this helps!

Hi @sarah_bioni 

Hi  

Thanks for your response.

There has been a slight change in the requirement. As shown in the first screenshot, we want that filter to be applied by default. Additionally, as shown in the second screenshot, the Operational Status field is added to the filter, and this should be visible only to a specific group of users.

 

Also, I have created a new list view, but the default view already has roles assigned, due to which both views are visible.

How can we control the visibility so that specific views are shown or hidden based on group?

 

Could you please suggest how we can achieve this?

 

 

Spartan_snow_0-1775538018809.png

Spartan_snow_1-1775538035811.png

Spartan_snow_0-1775538724266.png