ServiceNow Question about filters on a table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2024 11:43 AM
Im working on a table that has 2 different views. I am having trouble finding out how to save separate filters that would be captured in my update set that would be applied to all users and not a personalized filters created.
I've tried to set the filter condition on the module but that becomes consistent for both views.
Any ideas on how I can approach this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2024 11:55 AM
Hi @asher14 ,
Please share some screen shot of both view with applied filter conditions.
-Thanks,
AshishKM
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2024 12:20 PM
You can use a Business Rule, that runs "Before" and for "Query". Add script logic to filter what records are returned.