즐겨찾기Renai McCullagh (ADA Australia) 님이 #Collaboration에 질문했습니다2021년 4월 29일 오전 7:54Validation RuleI need to write a Validation Rule where a particular Contact Record Type selects a status of closed it can't close until 2 picklist fields have selections in them답변 1개정렬날짜별 정렬가장 유용한 항목별 정렬날짜별 정렬Eric Praud (Activ8 Solar Energies)2021년 4월 29일 오전 8:02HI Renai, Try this:AND(RecordType.Name="Name of the record type here",TEXT(Status__c)="Closed",OR(NOT(ISBLANK(TEXT(Picklist1__c))),NOT(ISBLANK(TEXT(Picklist2__c)))))더 보기댓글 추가답변을 작성하세요...굵은 글꼴기울인 글꼴밑줄취소선불릿 기호 목록번호가 지정된 목록링크 추가코드 블록이미지 삽입파일 첨부링크 URL취소저장0/9000답글 쓰기
Eric Praud (Activ8 Solar Energies)2021년 4월 29일 오전 8:02HI Renai, Try this:AND(RecordType.Name="Name of the record type here",TEXT(Status__c)="Closed",OR(NOT(ISBLANK(TEXT(Picklist1__c))),NOT(ISBLANK(TEXT(Picklist2__c)))))더 보기