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
Mariappan PerumalMariappan Perumal 

Doubt Picklist values referred from custom setting

Hi All,

 

I have requirement like i need to refer the values of the picklist field( custom field) from some other custom object picklist field ,

We can do this in vf page and controller and

 

We could also use custom setting incase of vf page and controller .

 

But i want  the custom object picklist field values dependent on values of some other custom object picklist field

 

Thanks in advance

Satish_SFDCSatish_SFDC
You would have to use the Describe methods available in salesforce.

Regards,
Satish Kumar
Mariappan PerumalMariappan Perumal

Hi

 

Nice to hear from you,

 

I am not using the visualforce page and the thing here is like both are custom objects picklist which is not make use of controller . 

Satish_SFDCSatish_SFDC
Well in that case i dont think you can dynamically populate the picklist values from another picklist. VF seems to be the only way.

Regards,
Satish Kumar