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
Tatiana CarpiucTatiana Carpiuc 

Dependent picklist in design resources

Hi,  I try to populate a picklist which depends on the value from another picklist like Filter List(design resources). Do you have any ideea how can I do this? I need to do it in design resources.
LBKLBK
You can create a Picklist Value Set and refer to it.

Setup >> Create >> Picklist Value Sets, Create a new value set here.

When you create a picklist field in your object, choose "Use global picklist value set" in Values section and choose your value set from the dropdown.
Tatiana CarpiucTatiana Carpiuc
I don't think I can do this in Lightning Component Bundle Design Resources. If I use Picklist Value Sets, it will create a picklist in a visualforce page not in .design file
Prabha VandanaPrabha Vandana
Hi, I have also got same scenario where I have to use dependent picklist values in Lightning Design Resources. Did you find solution for this?