- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2019 02:18 AM
Hi All,
In Business service, we have one related list name Subscribed by seeing in the below
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2019 04:17 AM
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
}
}

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2019 02:43 AM
You just right click on top grey tab and choose Related Lists then hide it.
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2019 02:46 AM
Hi,
We hide this related list for who have role ITIL
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2019 02:51 AM
Hi Raj,
Please refer the following threads.
Subscribe to a service offering
Subscription-based notifications
Mark If Correct/Helpful.
Regards,
Ajay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2019 03:42 AM
Hi Ajay,
How can we hide this related list for ITIL role user?
Thanks