Hide related list column using Client Script or Ui policy in ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago
Hi All,
I am trying to hide a column in a related list using client script under condition in ServiceNow
I tried using methods like : g_form.hideRelatedList(): - this is only used to hide whole related list but i want to hide only one column in related list
just wanted to know is there any other client side methods to hide columns in related list in ServiceNow
#ClientScript
#ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
Hello @gowtham1610 ,
unfortunately its not possible to hide only one column from related list . If you want to personalized it for your self so you can personalized it with gear icon and if want show/hide some fields to all users so you can configure list layout .
you can refer :
If this helps you then mark it as helpful and accept as solution.
Regards,
Aditya
