즐겨찾기Wolfgang Red 님이 #Data Management에 질문했습니다2017년 10월 27일 오전 11:29Does one have a formula ready which says the email field must be filled and be in the correct format? thx for help답변 2개정렬날짜별 정렬가장 유용한 항목별 정렬날짜별 정렬댓글 더 보기...Ankush Dureja (NJC Labs)2017년 10월 27일 오전 11:33Try this:AND(ISBLANK(EmailField__c),NOT(REGEX(EmailField__c,'([a-zA-Z0-9_\\-\\.]+)@((\\[a-z]{1,3}\\.[a-z]{1,3}\\.[a-z]{1,3}\\.)|(([a-zA-Z0-9\\-]+\\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})'))) 더 보기댓글 추가답변을 작성하세요...굵은 글꼴기울인 글꼴밑줄취소선불릿 기호 목록번호가 지정된 목록링크 추가코드 블록이미지 삽입파일 첨부링크 URL취소저장0/9000답글 쓰기
Ankush Dureja (NJC Labs)2017년 10월 27일 오전 11:33Try this:AND(ISBLANK(EmailField__c),NOT(REGEX(EmailField__c,'([a-zA-Z0-9_\\-\\.]+)@((\\[a-z]{1,3}\\.[a-z]{1,3}\\.[a-z]{1,3}\\.)|(([a-zA-Z0-9\\-]+\\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})'))) 더 보기