---
original_url: "https://jace.pro/blog/hiding-follow-on-tables-in-servicenow/"
format: markdown
ai_optimized: true
---

Hiding follow on tables in ServiceNow# Hiding follow on tables in ServiceNow

March 31, 2025 [servicenow](/tags/servicenow/)

  Enable AI AnimationTo 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](https://www.servicenow.com/community/developer-forum/discuss-and-follow-buttons/td-p/3187907?utm_source=jace.pro&utm_medium=referral&utm_campaign=hiding-follow-on-tables-in-servicenow).

---
[View this page on GitHub](https://github.com/jacebenson/jace.pro/tree/main/./src/posts/2025/2025-03-31-hiding-follow-on-tables.md).

[Hiding follow on tables in ServiceNow](https://jace.pro/blog/hiding-follow-on-tables-in-servicenow/) [Jace Benson](https://jace.pro) ![Jace Benson](https://jace.pro/icon-512x512.png)

---

*This content is from Jace Benson's ServiceNow and tech blog at jace.pro*
*Original post: https://jace.pro/blog/hiding-follow-on-tables-in-servicenow/*
