Skip to main content
Hi Guys,

 

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
  1. 3 jun 2014, 14:58
    Hi Jim

     

    Replace the validation formula with below code

     

    AND(

    NOT(ISBLANK(TEXT(Solution_Overview_Multi_Solution__c))),

    NOT(ISBLANK(TEXT(Solution_Overview_Single_Solution__c))))

0/9000