How to remove 'Show activity stream' buttons for a specific application?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2020 08:32 PM
Hi.
I have a requirement to remove the 'Show activity stream' button on the form and on the list for a specific application.
I tried setting the following system properties to false at the application level.
glide.ui.activity_stream.list_button
glide.ui.activity_stream.form_button
But that did not have any effect. I am not allowed to make any changes in the global scope.
How do i remove these buttons just for one application?
Thanks.
- Labels:
-
Scoped App Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2020 09:05 PM
Hey MP,
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
if you want to do it by a specific table is with a property that looks like this:
glide.ui.stream_icon.TABLENAME = false
Aslo Refer:
Mark it Correct or Helpful, if it works based on impact....!!!!
Best Regards,
Namrata.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2020 09:41 PM
Hi Mp,
If you are looking to remove for HR case management there is a OOB property called - glide.ui.stream_icon.sn_hr_core_case.
Else for other table, you can follow the above approach - glide.ui.stream_icon.TABLENAME = false.
Thanks