How can I hide Add Filter & Run Filter UI action from child incident related list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2024 09:12 PM
Hello,
I want to hide the UI actions Add Filter & Run Filter from child incident related list.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2024 09:59 PM
Hi @Krutika Valanj2 ,
Those two options are for filtering the list which you have given , why do you want to hide it and make user's life more complex in searching for a particular incident?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2024 10:03 PM
Hi @Community Alums ,
This is the client requirement, they want the default condition to be set for eg: Active is true. So for this reason they want to hide those two UI actions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2024 10:18 PM
Hi @Krutika Valanj2 ,
This includes DOM manipulation, which is not recommended!!
Please see an example :https://www.servicenow.com/community/developer-forum/hide-filters-in-related-list/m-p/1599636
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2024 10:31 PM
Hi @Krutika Valanj2 ,