Skip to main content
I want to make it so that reps have to have a value other than zero in a field before being able to change the opportunity to closwed won. So far I have this:

 

AND ( 

 

ISPICKVAL(  StageName , "Closed Won" ), 

 

ISNUMBER(   my_field__c , "0" ) 

 

)

 

the syntax is in error. 

 

Can anyone help me out?

 

Thanks!
4 réponses
0/9000