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
kjunkjun 

validation rule needed when a picklist value is selected from a list, another picklist field must select from the list

I have a picklist when a specific value is selected, another picklist must select either Yes or No in order to save the record. 

I have this formula but on save I receive the error listed below. What am I missing in my VR? Thank you 

 
OR(
AND(ISPICKVAL(Rush_Request_Type__c, "RUSH Bank Levy Notice Received")),
NOT(ISBLANK(TEXT(Does_client_want_to_request_a_Levy_Hold__c)))
)
User-added image
 
ShirishaShirisha (Salesforce Developers) 
Hi,

Greetings!

Are you getting this error while saving the validation rule or while saving the record.If it is on record page then it is working as expected as the record page might be standard as mentioned in the below thread:

https://trailblazers.salesforce.com/answers?id=9064S000000CmubQAC

Kindly mark it as best answer if it helps so that it can help others in the future.

Warm Regards,
Shirisha Pathuri