Skip to main content
답변 1개
  1. 2019년 4월 5일 오후 4:52
    You can able to do it using the validation rule  like below 

     

    AND(

    Test( Company_Type__c)=='Agency' ,

    ISNULL(commission__c)

    )

     
0/9000