FavoriteBen Patterson (Pentair) asked in #Data ManagementJul 30, 2010, 6:18 PMTime 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 answersSortSort by DateSort by Most HelpfulSort by DateLoad more comments...Ben Patterson (Pentair)Aug 2, 2010, 5:16 PMThank 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.Show MoreAdd a commentWrite an answer...BoldItalicUnderlineStrikethroughBulleted ListNumbered ListAdd linkCode blockInsert imageAttach filesLink URLCancelSave0/9000Reply
Ben Patterson (Pentair)Aug 2, 2010, 5:16 PMThank 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.Show More