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
AbAb 

display of picklist values using inlise VF page for edit and detail page layout

Hello,

I want to display only 3 of 10 picklist to user without moficying record types.

Is it possible to do it by using VF page containing values of picklist ?

If possible i want to replace the picklist section with VF page in layout of edit and detail as well ..

thanks for suggestion !
Best Answer chosen by Ab
Andrew EchevarriaAndrew Echevarria
You can create a custom VF page and have an <apex:selectList /> dropdown linking to the Object's field with your custom <apex:selectOptions /> options written within the Apex extension, then add that VF page to your layout.