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
Irwin_FletcherIrwin_Fletcher 

What determines if a picklist value is active or inactive?

Is this set by the user? I can't seem to find it anywhere in the UI. Or is this flag determined behind the scenes?
RickyGRickyG
Irwin -

Are you referring to dependent picklists?  If so, you implement them by creating two picklists, and then selecting field dependencies in the Custom Fields & Relationships area of the Object page of the Builder.

Hope this helps.  BTW, I am working on an article describing my implementation of this same type of dependent picklist display using related custom objects and Visualforce.