즐겨찾기Ben Patterson (Pentair) 님이 #Data Management에 질문했습니다2010년 7월 30일 오후 6:18Time validation ruleI would like to create a validation rule to prevent a record from being saved if the time is after X. I have attempted this, but I can't see where I can reference the current time. Any ideas?답변 13개정렬날짜별 정렬가장 유용한 항목별 정렬날짜별 정렬댓글 더 보기...Ben Patterson (Pentair)2010년 8월 2일 오후 5:16Thank you for the response, here's what I have. AND ( ISPICKVAL ( Status__c , "Submitted" ), Due_Date__c = TODAY() , Current time <= 4 pm eastern time ) Due_Date__c is a date field, and the last line is my trouble spot.더 보기댓글 추가답변을 작성하세요...굵은 글꼴기울인 글꼴밑줄취소선불릿 기호 목록번호가 지정된 목록링크 추가코드 블록이미지 삽입파일 첨부링크 URL취소저장0/9000답글 쓰기
Ben Patterson (Pentair)2010년 8월 2일 오후 5:16Thank you for the response, here's what I have. AND ( ISPICKVAL ( Status__c , "Submitted" ), Due_Date__c = TODAY() , Current time <= 4 pm eastern time ) Due_Date__c is a date field, and the last line is my trouble spot.더 보기