Hiding "Follow" on tables in ServiceNow
Jace's Blog
·
Mar 31, 2025
·
article
To remove the “Follow” button, you can do this by disabling the live_feed in the dictionary of the collection record.
Goto the sys_dictionary table and look for the table where the type is collection.
Add live_feed=false, if there’s already something there put a comma before this.
Thanks Ankur for posting this.
View original source
https://jace.pro/p/hiding-follow-on-tables-in-servicenow