- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2014 08:25 AM
Hi,
is it possible to disable activity stream button on lists ?
Button is on attached picture.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2015 12:47 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2015 12:00 AM
Hi Slava,
May be i havent check this before in eureka.
Regards,
Harish.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2015 03:16 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2016 10:56 AM
Hi
I would like to hide the "activity stream" button only on change_request table.
How can I do?
Thank you for your support.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2016 01:55 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2022 09:08 AM
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?