Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

How to hide "FOLLOW" button for specific table?

rkreddy
Giga Expert

Hi Everyone,

How to hide "Follow" button for specific table?. I don't want it to hide globally, I want it for specific table.

Thank you,

Rakesh

12 REPLIES 12

Willem
Giga Sage
Giga Sage

Go to:

yourinstance.service-now.com/sys_dictionary_list.do?sysparm_query=nameSTARTSWITHtablename%5Einternal_type%3Dcollection&sysparm_view=

 

I filled in incident as the table name and get this:

find_real_file.png

 

If I open that I get this and can set Live feed to false:

find_real_file.png

 

find_real_file.png

 

 

The result:

Before:

find_real_file.png

After:

find_real_file.png

 

 

 

Thanks Willem for the answer. But I am not able to see any attribute in collection type field dictionary. FYI it is custom table, and I tried by clicking on new attribute but not able to see "Live feed" attrbute.

find_real_file.png

If you switch to advanced view on the dictionary you can set it:

Like this:

 

Go to your table and select 'configure --> Dictionary':

 

find_real_file.png

 

Select the entry with Column label empty, should be type collection:

(I am using Incident as example. But you can use your custom table)

find_real_file.png

 

Select advanced view:

find_real_file.png

 

From there you can enter:

find_real_file.png

 

Note: the Attributes are comma (,) separated.