Hide related list column using Client Script or Ui policy in ServiceNow

gowtham1610
Tera Contributor

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

5 REPLIES 5

Aditya_hublikar
Mega Sage

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 :

https://www.servicenow.com/community/developer-forum/hiding-a-column-in-a-related-list-completely/td...

 

If this helps you then mark it as helpful and accept as solution.

Regards,

Aditya