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
fer_farfer_far 

Picklist filtered by record type in Visualforce

Hi community,

 

I need to get a picklist filtered by record type in a Visualforce page. From Summer '10 we have the ability to use dependent picklists in Visualforce pages. But, correct me if I am wrong, there is no standard way to use picklists filtered by RecordType, isn't it?

 

If no possible, can anyone help me out to find a solution?

 

Thanks in advance.

 

Regards.

jeffdonthemic2jeffdonthemic2

As of right now there is no way to use standard Visualforce components that respect recordtypes. At Cloudforce last month it was announced that this is on the roadmap but no timeframe has been released. Hopefully it's the upcoming Winter 11 release.

 

Check out this thread for more info.

 

Jeff Douglas

Appirio, Inc.

http://blog.jeffdouglas.com

 

Author: The Salesforce Handbook

 

 

 

Saurabh DhobleSaurabh Dhoble

You can use a workaround with the apex:inputField ..... check out this post.