The CreatorCon Call for Content is officially open! Get started here.

How to remove 'Show activity stream' buttons for a specific application?

MP22
Giga Contributor

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.

2 REPLIES 2

Namrata Khabale
Giga Guru

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:

https://community.servicenow.com/community?id=community_question&sys_id=bb17cfe5db1cdbc01dcaf3231f96...

 

 

 Mark it Correct or Helpful, if it works based on impact....!!!!

 

Best Regards,

Namrata.

 

Muralidharan BS
Mega Sage

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