You need to sign in to do that
Don't have an account?

Automatically update dependent picklist on controlling picklist selection
Hi,
Is it possible to update a dependent picklist based on the selection of the controlling picklist?
For example - we have a list of countries on a controlling picklist and a dependent picklist of the abbreviated versions of the countries.
So if a user selected "England" then "Eng" would be available to select but the user would have to manually select it.
Can a visualforce page be changed so that if a user selected "England" then "Eng" would be automatically be selected on the dependent picklist rather the user having to select it?
Thanks in advance.
If I'm not wrong, your requirement is like when you select a value in Controlling picklist then the associated values should be displayed in the Dependent picklist.
If that is the case, then please check the below code snippet.
Hope this helps you!
Best Regards,
Deepthi