hide related list on service portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2018 02:01 AM
Hello ,
Have anyone came accross hiding the related link on service portal
PFB, I want to hide related list
It was not there while we were on Helsinki but started appearing on Kingston.
- Labels:
-
Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2025 04:51 PM
The reason it isn't working is because the OOTB Form widget expects the data type to be boolean but through options.hideRelatedLists it gets string ("true") instead of true.This is a bug in the widget.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2021 07:46 AM
Thank you Sir.
I had tried this and had no idea why it wasn't working. In the end I copied and pasted what you had put and it worked. Turns out I had put true in inverted commas dammit.
I can't thank you enough as this one thing was stopping me from handing an update over for testing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2024 07:42 AM
This definitely solved the problem, but there is a shorter version. As long as the value of hideRelatedList is a boolean, *not* a String:
{
"hideRelatedLists": true
}
NB no quotes on true.
Looking at the code, as far as I can see in the HTML it doesn't appear that displayValue is used anywhere.
Thanks all the same
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2018 10:40 PM
Hi Ximizu,
Thanks for your solution.It worked.
But is there a way I can hide only certain related lists on the form.Not all?
Regards,
Aparna