Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
IF(NOT(ISNULL(Date field)),IF(ISPICKVAL(picklist field,''),TRUE,FALSE),FALSE)
AND( NOT( ISBLANK(Date_Field__c)), NOT( ISBLANK(TEXT(Picklist__c))) )
AND(
Not( IsBlank(Date_Field__c)),
NOT( ISPICKVAL(Country_Served__c, "United States"))
)
Use this formula in the validation rule with an appropriate message.
Hope it helps
RD
Try Like this:
Regards,
Nishad Kallingal