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
lavanya gottumukkalalavanya gottumukkala 

How to hide picklist values in a vf page

Hi All,
I have one picklist field in Account object.We created different visualforce pages for different country users.In each page we used that picklist field.Now we want to display different picklist values for each page.We have country picklist field also,But we are not using country field in those pages.Then How can I achieve this without using field dependency and record types?

Thanks in advance
Keyur  ModiKeyur Modi
Hi,
hide a picklist value withought dependency and recordType , i don't think it is possible.
But as you mention in your question that you are using VF page .. so in VF page you can create custom picklist as per your requirerment.

please let me know if this will help

THanks,
Keyur Modi