Skip to main content
답변 4개
  1. 2015년 10월 28일 오후 4:12
    Validation rule on Opportunity

     

    ISBLANK(Account.type)

     

    or if you have a default value:

     

    NOT(TEXT(Account.type) = "Default Value") 
0/9000