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
Pete Keane SalesReach SoftwarePete Keane SalesReach Software 

Is there a way to display additional fields on page layout if a checkbox is checked without it

I need to allow users to see more fields on the page layout based on criteria entered. For example if checkbox is true then show additional fields on layout. Or if picklist value = criteria 1 then display additional fields but if = criteria 2 Then show other fields.

I know I can do this with a workflow update to change the record type.  But I want to avoid using too many record types.  Can it be done any other way?
Thanks
 
Rupali PophaliyaRupali Pophaliya
Hi Pete,

You will have to create entire visual force page to render fields based on your criterias.You can refer this: https://help.salesforce.com/HTViewSolution?id=000003854