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
Madhura BMadhura B 

Control picklist in child object

Hi All,

 

I need to control a picklist in a child object which will have values that depend on the selection done in the parent object's picklist field.  Is there any way to achieve this in SFDC?

 

Thanks

SunilSunil

This can be done using Field Dependencies.

Madhura BMadhura B

@sunil Can you please provide some more information on this?

*werewolf**werewolf*

I don't think Sunil read your question closely enough.  You cannot create dependencies between a picklist in a parent and one in a child.  I think your only option to achieve this is to replace the edit page with a Visualforce page on the child object.