Disable activity stream button

peter_repan
Tera Guru

Hi,

 

is it possible to disable activity stream button on lists ?

 

Button is on attached picture.

1 ACCEPTED SOLUTION

Hi Christina,




                        Below are the properties to hide activity stream on list layout and on form layout.



1)Hide activity stream on List Layout   -----     glide.ui.activity_stream.list_button


2)Hide activity stream on Form Layout ----- glide.ui.activity_stream.form_button



Regards,


Harish Murikinati.


View solution in original post

14 REPLIES 14

Hi Slava,



May be i havent check this before in eureka.



Regards,


Harish.


These properties are only available in Fuji. Also in order to disable the Live Feed in Fuji on the task forms create property:


glide.live_feed.task_header_button = none


Hi


I would like to hide the "activity stream" button only on change_request table.


How can I do?



Thank you for your support.


chris_czerniak
ServiceNow Employee
ServiceNow Employee

Another way to do this if you want to do it by specific table is with a property that looks like this:



glide.ui.stream_icon.TABLENAME = false



Out of the box there is one for the hr_case table so it would look like glide.ui.stream_icon.hr_case = true


mukhashif
Tera Contributor

Can anyone please tell me about the activity stream fly out window on list view? How can i configure same flyout window on form view for activities?