Skip to main content
Hello,

 

I would like to make a condition that says that the picklist "stage" will not accept the value "closed" if the field "chare" (that I created) isn't filled (and if other fields do not comply with some specifications for example).

 

I tried using validation rull but didn't work...

 

Please help:)

 

Tali
12 个回答
  1. 2013年3月6日 10:27
    sorry, typo on my part.

     

    AND(ISPICKVAL(StageName,'closed'),ISEMPTY(Field18__c))
0/9000