Skip to main content
Hello, I thought this was going to be way easier until I started testing. I basically want to create a validation rule that prevents sales reps from converting if a given field is null. So this is what I started with and it continues to let leads be converted. What am I doing wrong? 

 

AND( IsConverted, NOT( TEXT( PRIORVALUE(Application_Review__c) )  = "Null") )
4 respuestas
0/9000