function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
PureFactsPureFacts 

Conditional section on Contact based upon custom attribute

I would like to have a conditional section for a Contact based upon a custom attribute that I have added.

 

Is it possible to hide / show a section that I have added to the Contact page using the attribute value

 

Thanks in advance.

 

Whatty

David HollandDavid Holland

Hi, the best way for you to do this would be to build a visualforce page which mimics the behaviour of the contact page.

 

This would then allow you to use the 'rendered' attribute on the areas you wish to show and hide.

 

I hope this helps/