I have an organization record that I want to display in the main form of another table. The appropriate organization can be selected through a filtered view ( boolean). Depending on the choice column set in the organization record, either text area 1 or text area 2 will be populated.
Ideally, I would like to display either text area 1 or 2 in the quick view form, but currently, I am only able to show both. in the In the main form of the organisation, it is easy to hide or show these areas using a validation rule or JavaScript.
Actually, I think I will have to resort to JavaScript to enumerate the controls in the quick view form... WIll post an update when I try this