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
CoderCoder 

Need Validation For Picklist(Multiselect)

Hi

        I created a field name educational requirements using picklist(Multiselect) if a user saves a record without selecting the educational fileds it has to show the error message like "PLEASE SELECT EDUCATION" now i want validation rule for this picklist(Multiselect)

Best Answer chosen by Admin (Salesforce Developers) 
JakesterJakester

Hello,

 

If you just want to require the user to choose at least one (and any one) value from a multi-select picklist, then just edit the Page Layout, double click the field, and mark it as required. If you need to consider which item(s) they pick, then you'll have to wait until summer '09 release:

http://ideas.salesforce.com/article/show/34063/The_ability_to_use_MultiSelect_Picklists_within_formulas

 

All Answers

JakesterJakester

Hello,

 

If you just want to require the user to choose at least one (and any one) value from a multi-select picklist, then just edit the Page Layout, double click the field, and mark it as required. If you need to consider which item(s) they pick, then you'll have to wait until summer '09 release:

http://ideas.salesforce.com/article/show/34063/The_ability_to_use_MultiSelect_Picklists_within_formulas

 

This was selected as the best answer
CoderCoder
Hey Thank You Very Much It Worked......