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
P.kumar 27P.kumar 27 

When selecting “Other” in the unqualified sub-lead field and “Other” in closed/lost sub- qualification field , add a required free text field

Hi everyone,
How can we solve this using validation rule?
can anyone plaese help me too solve using validation rule.
VinayVinay (Salesforce Developers) 
Try below validation.
AND(ISPICKVAL(unqualified sub-lead,'Other'),ISPICKVAL(closed/lost sub- qualification,'Other'),ISBLANK(free text field))
Please mark as Best Answer if above information was helpful.

Thanks,