- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2024 08:29 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2024 08:59 PM
this small script worked for me
Ensure your onLoad client script has Isolate Script = False so that DOM manipulation works.
document.getElementById('sn_form_inline_stream_entries').style.display = 'none'; // to hide
$j('.activity-stream-label-counter').hide();
$j('#activity_field_filter_button').hide();
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
12-26-2024 09:55 PM
Hi @hanwar2 ,
Follow below steps.
- Go to form view and right click on header and choose form layout.
- Move filtered from left to right and save.
I have showcased you for incident similarly you can do it for rest others. its simple.
Hardly you need to for 20-25 tables not more than that.
-------------------------------------------------------------------------
If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.
Regards
Runjay Patel - ServiceNow Solution Architect
YouTube: https://www.youtube.com/@RunjayP
LinkedIn: https://www.linkedin.com/in/runjay
-------------------------------------------------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2024 08:41 PM
If you wish to do this for specific table then configure the form layout and remove the Activities Filtered from right to left
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
12-26-2024 08:42 PM
you will have to do it for individual table and not for all
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
12-26-2024 08:51 PM
Thanks for responding quickly.
I created below onLoad client script as onLoad for Global Table. it is working for Incident, rest I will check
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2024 08:59 PM
this small script worked for me
Ensure your onLoad client script has Isolate Script = False so that DOM manipulation works.
document.getElementById('sn_form_inline_stream_entries').style.display = 'none'; // to hide
$j('.activity-stream-label-counter').hide();
$j('#activity_field_filter_button').hide();
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