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.
4 Antworten
AND( Bid_Services_Support_Required__c = True, Solution_Design_Required__c = True)
Thanks,
Nagendra