I've been trying to create a validation rule which will prevent an opportunity being saved when the field contract end date is blank and the type is selected to be "Renewals"
I've tried the below:
AND(
ISBLANK( Contract_End_Date__c ),
ISPICKVAL( Type , 'Renewals')
)
however, I'm still able to save the form.
What am I missing? Please help!
1 respuesta
Eric Praud (Activ8 Solar Energies) Forum Ambassador
Hi Liz,
Can you double check the Type value and make sure you use its API name, not its label?