- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-08-2025 09:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-08-2025 11:45 PM
Hello @777_
To hide the filter from My Task, follow the below steps:
- Navigate to All -> widgets and open HRM Todos Summary widget
- In the HTML section comment the line that display the filter widget, as shown in screenshot.
- This will hide the filter widget from My Task.
Result:
Hope this helps!
"If you found my answer helpful, please like and mark it as an "accepted solution". It helps future readers to locate the solution easily and supports the community!"
Thank You
Juhi Poddar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-08-2025 10:28 PM
Hi
Go to the HRM to do widget. Press Ctrl+right click and go to instance in page editor
Paste below to CSS section and save it
.filter-bar{
display:none !important;
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-08-2025 10:49 PM
But why?
That filter helps agents to quickly get the cases they wish to work.
Is this a business requirement?
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-08-2025 11:45 PM
Hello @777_
To hide the filter from My Task, follow the below steps:
- Navigate to All -> widgets and open HRM Todos Summary widget
- In the HTML section comment the line that display the filter widget, as shown in screenshot.
- This will hide the filter widget from My Task.
Result:
Hope this helps!
"If you found my answer helpful, please like and mark it as an "accepted solution". It helps future readers to locate the solution easily and supports the community!"
Thank You
Juhi Poddar