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
Vijendra Hire 19Vijendra Hire 19 

I have three pick list if i select first pick list as country then if other two picklist is blank then should get the error massage

I have three pick list if i select first pick list as country then if other two picklist is blank then should get the error massage
ashish jadhav 9ashish jadhav 9
Hi Vijendra,

I think you can go for dependant picklist option, i.e. when country is selected then dependant picklist will get updated  accordingly.
But if you just want 3 different picklist irrespective to any dependancy then go for validation rule or process builder to automate the process.
check with isblank option and then throw error message with addError. Or you can use trigger to make validation of picklist (whether they are blank or not)