Skip to main content
Miika Groden (Datadog) 님이 #Sales And Marketing에 질문했습니다
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개
0/9000