FavoritBen Patterson (Pentair) fragte in #Data Management30. Juli 2010, 18: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 AntwortenSortierenNach Datum sortierenNach "Am hilfreichsten" sortierenNach Datum sortierenMehr Kommentare laden...Ben Patterson (Pentair)2. Aug. 2010, 17: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.Mehr anzeigenKommentar hinzufügenAntwort schreiben...FettKursivUnterstreichenDurchstreichenListe mit GliederungspunktenNummerierte ListeLink hinzufügenCodeblockBild einfügenDateien anhängenLink-URLAbbrechenSpeichern0/9000Antworten
Ben Patterson (Pentair)2. Aug. 2010, 17: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.Mehr anzeigen