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
07-06-2018 05:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2018 03:43 PM
Thanks Raju, this was helpful
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2018 06:38 AM
Hi sushant007,
Since the OOTB form widget already allow to display or hide the related list links.
We can see in the HTML this line:
<div ng-if="!data.hideRelatedLists">
And on the server script:
data.hideRelatedLists = options.hideRelatedLists || false;
So in order to hided the related list links, I recomment to add this piece of code in the field "Additional options, JSON format" of the widget instance:
"hideRelatedLists": {
"value": true,
"displayValue": ""
}
Form widget
Form widget instance
Ximizu
Senior Consultant
https://ximizu.io
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2019 05:56 PM
Hi
I added below code in "Additional options, JSON format" of the widget instance and struggling to understand why it isn't working.
{
"hideRelatedLists": {
"value": "true",
"displayValue": "true"
}
}
But I changed to what you mentioned and it worked. Thanks.
Thanks,
Mittal