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
mbruso3mbruso3 

Ensure A Value is Selected on Picklist

How do we determine if a Picklist has any value selected.  Doesn't matter which value, just as long as one is selected.  This will be used as part of a Validation Rule.
Harry JamesHarry James
In a validation rule, I would use this as the clause for testing the picklist field:
 
ISPICKVAL( Test_Picklist_Field__c , "")