Dynamically hide a column in a related list based on condition

Lima Beauvais
Giga Guru

Hello,

There is a function "g_form.hideRelatedList()"to hide an entire related list. I searched the community articles and could not find one to hide a column within a related list. I have a one-to-one related list that displays one record from a related table in a tab. The table contains multiple fields and some of them are empty based on user choices. There are many variations of empty columns. How can I dynamically hide a column when it is empty? 

2 REPLIES 2

jcmings
Mega Sage

Configure > List Control and select the Omit columns if empty.

 

Edit: I don't know if you can do this dynamically.

 

I already tried that by selecting 'Omit columns if empty' check box. Unfortunately it is not working.