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
b.gonzalezb.gonzalez 

How do I make a field visible based upon another field's selection without creating a visual force page? Is this even possible?

How do I make a field visible based upon another field's selection without creating a visualforce page? Is this even possible?

 
Terence_ChiuTerence_Chiu
You can use field dependency if you are dealing with picklists or checkboxes. So for specific field values of a controlling field, the dependent field will not have any picklist values available. You can also try embedding a VF page to a standard page layout that would render certain fields based on another field's value.