 
                I believe the system still checks the entire rule you've set, but as you said it's enough to have one criteria that failed in order for the rule to get a "false" result.
                    
  
    
    Comment actions
    
    
  
                  
                 
        I'm just wondering if the Evaluation Criteria logic in a custom validation rule is short-circuited? In other words, if I have A && B && C && D, and A evaluates to true but B evaluates to false, are C and D also evaluated? Or are they skipped?
Please sign in to leave a comment.
 
                I believe the system still checks the entire rule you've set, but as you said it's enough to have one criteria that failed in order for the rule to get a "false" result.
 
                Ok, thanks Guy