What is the use of Subscribed by(related list) in business service?

Raj90
Tera Guru

Hi All,

In Business service, we have one related list name Subscribed by seeing in the below

find_real_file.png

We add User to Subscribed by but I don't know what is the use of this related list.

Anyone having knowledge on this please tell me briefly(functionality).

How to hide this related list for ITIL users?

Thanks 

Raj

 

1 ACCEPTED SOLUTION

Raj90
Tera Guru

Hi,

The below code is working fine.

function onLoad() {
if(g_user.hasRoleExactly('service_owner')) {
g_form.hideRelatedList("cmdb_subscriber"); // hide related list
g_form.showRelatedList('cmdb_subscriber'); // show related list
}
}

View solution in original post

6 REPLIES 6

Slawek_Radziewi
Kilo Sage

You just right click on top grey tab and choose Related Lists then hide it.

find_real_file.png

 

It is cmdb_subscriber table and I don't think it is used anyway. Probably just as an information table if you need to. 

It might be related to subscription to CI feature. More under this feed.

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

Hi,

We hide this related list for who have role ITIL

 

 

Thanks

Ajaykumar1
Tera Guru

Hi Raj,

Please refer the following threads.

Subscribe to a service offering

Subscription-based notifications

 

Mark If Correct/Helpful.

Regards,
Ajay

Hi Ajay,

How can we hide this related list for ITIL role user?

 

Thanks