Skip to main content
Jim . (Paragon) a posé une question dans #Formulas

Hi All,

hoping someone can help, i am looking for a validation rule that prevents both of the below checkboxes being set to true. Only one of these should be checked at anytime.

 

Validation rule help for Checbox

#Validation Rule

4 réponses
  1. 2 mars 2022, 12:02

    AND( Bid_Services_Support_Required__c = True, Solution_Design_Required__c = True)

     

    Thanks,

    Nagendra

0/9000