즐겨찾기Jennifer Marsh (Creation Technologies) 님이 #Data Management에 질문했습니다2015년 10월 28일 오후 4:06I want to write a rule to block the creation of an opportunity unless the account type is filled in. Is this possible.답변 4개정렬날짜별 정렬가장 유용한 항목별 정렬날짜별 정렬댓글 더 보기...인정받은 답변Brian Makas (N/A)2015년 10월 28일 오후 4:12Validation rule on Opportunity ISBLANK(Account.type) or if you have a default value: NOT(TEXT(Account.type) = "Default Value") 더 보기댓글 추가답변을 작성하세요...굵은 글꼴기울인 글꼴밑줄취소선불릿 기호 목록번호가 지정된 목록링크 추가코드 블록이미지 삽입파일 첨부링크 URL취소저장0/9000답글 쓰기
인정받은 답변Brian Makas (N/A)2015년 10월 28일 오후 4:12Validation rule on Opportunity ISBLANK(Account.type) or if you have a default value: NOT(TEXT(Account.type) = "Default Value") 더 보기