How to turn off the 'Follow' functionality on any tableIssue The purpose of this article is to provide instructions on how to turn the 'Follow' functionality off on any table. A user(s) can click on the 'Follow' UI action to subscribe and get notifications on that particular record. When the user has subscribed to the record, the UI Action button's caption changes to 'Following' ResolutionTo turn this function off, this also involves the UI Action button being hidden. 1) Login to your instance as an Admin 2) From your filter navigator go to the list view of the table that you want to turn the feature off, eg: incident.list or sn_hr_core_case.list. 3) Right click on any of the columns and go to Configure ==> Dictionary. 4) Find the record where type is 'collection' and open the record. 5) Click on 'Advanced View' and go to the 'Attributes' field and change the value of the 'live_feed' attribute from true to false. 6) Save the record. Related LinksWhen the attribute is set to false, users will no longer see the 'Follow' UI Action button on the record.