Hi
I’ve question about conditionally hiding fields (and labels) on detail view. On Accounts I want to hide ‘vat_c’ and ‘industry’ when ‘is_company_c’ is unchecked.
I have no problem hiding those fields on edit view (on_click method on ‘is_company_c’ field).
Any help?