I have two picklist, one for a single solutions and the other for a multiple solution. I am looking for a way to only permit one option to be selected. If one is selected, the other will produce an error.
10 respuestas
Hi Jim
Replace the validation formula with below codeAND(
NOT(ISBLANK(TEXT(Solution_Overview_Multi_Solution__c))),
NOT(ISBLANK(TEXT(Solution_Overview_Single_Solution__c))))