How can we hide a field based conditions in Related list columns

Raj90
Tera Guru

Hello guys,

How can I hide a Size field from the related list view based on conditions?

For example:

1. If Size = "empty" in related list view, Then we don't see the size column in a related list. 

find_real_file.png

2. If Size = anything, Then we see the Size column in a related list.  -It's Working fine

find_real_file.png

Regards,

Raj

7 REPLIES 7

Shantharao
Kilo Sage

Hi Raj,

I have got the same requirement, did you achieved this scenario, if yes could you please help me how can we do implement,

what kind of script it is, ACL or OncellEdit Client script or something else

 

Thanks

I have got the same requirement,please help me out.

There is still no out of the box possibility to remove dynamicaly columns from a list view.

With Ui Builder you could do a custom component that handles such szenarios, but this would required knowledge in custom components and JS.