즐겨찾기Umair Khan (CRM Landing Sofware Pvt Ltd) 님이 #Formulas에 질문했습니다2019년 5월 13일 오후 12:45how can i use text encrypted field in validation. i created a PANCARD field and i am trying to apply validation on it but it seams like they are considering some value in it even after leaving it blank.... this is validation formula i used답변 3개정렬날짜별 정렬가장 유용한 항목별 정렬날짜별 정렬댓글 더 보기...인정받은 답변Rajamohan Vakati (Amazon)2019년 5월 14일 오전 2:56use LEN instead of ISBLANK for encrypted text. IF(LEN(Password__c)==0,0,1)use this AND(ISPICKVAL( City__c ,'Hyderabad'),IF(LEN(PANCARD__c )==0,0,1)IF(LEN(Phone_No__c)==0,0,1)IF(LEN(Email__c )==0,0,1) ) 더 보기댓글 추가답변을 작성하세요...굵은 글꼴기울인 글꼴밑줄취소선불릿 기호 목록번호가 지정된 목록링크 추가코드 블록이미지 삽입파일 첨부링크 URL취소저장0/9000답글 쓰기
인정받은 답변Rajamohan Vakati (Amazon)2019년 5월 14일 오전 2:56use LEN instead of ISBLANK for encrypted text. IF(LEN(Password__c)==0,0,1)use this AND(ISPICKVAL( City__c ,'Hyderabad'),IF(LEN(PANCARD__c )==0,0,1)IF(LEN(Phone_No__c)==0,0,1)IF(LEN(Email__c )==0,0,1) ) 더 보기