Hiding follow on tables in ServiceNow

servicenow

Enable AI Animation

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 this page on GitHub.