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

     

    AND(

    Test( Company_Type__c)=='Agency' ,

    ISNULL(commission__c)

    )

     
0/9000