- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2019 06:21 AM
So anyone know what parameters to enter to hide catalog tasks, approvals, and group approvals in the service portal?
I was able to use g_form.hideRelatedList("task_sla.task");to hide this in Incident form but now I need to know what to enter for these specific ones for request.
Also is there a way to hide the save button on this form as well in the service portal?
Solved! Go to Solution.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2019 06:31 AM
I found that article to solve my incident issue but didn't realize i had to use a gform for each table. This is how i solved it.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2019 06:27 AM
Hi,
Do you want to hide all related lists or only those 3?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2019 06:28 AM
Hi,
here you will find how to do it:
If I have answered your question, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.
Thank you
Cheers
Alberto
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2019 06:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-05-2020 09:04 PM
Hi. I'm trying this one but I can't seem to make it work. I'm on a scoped app and this is my Client Script:
I want to hide the related list if the user doesn't have the role needed. The role check is successful since I've been seeing the alert. And when I set the UI Type to Desktop, I saw that the related list was hidden but I can't seem to make it work on the portal.