Skip to main content
1 answer
  1. Apr 5, 2019, 4:52 PM
    You can able to do it using the validation rule  like below 

     

    AND(

    Test( Company_Type__c)=='Agency' ,

    ISNULL(commission__c)

    )

     
0/9000