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
ChinnoduChinnodu 

how to display the region values based on country in visualforce page

Hi Experts,

I have two fileds both are custom fields(Picklist) on custom object. but there is now
dependencies between fields. Now my reuirment is how to display the region based on country in visualforce page

1)Country__c 2 ) Region

For an example : Values of Country : India, USA, Japan   2) Values of Region : X, Y, Z.

Whenever i will select India from Country, i need display "Y"  in region picklist.
                                         USA from Country i need display X    in region picklist.

Kindly help me .

Thank you,
Chinnodu