Ajouter aux favorisBen Patterson (Pentair) a posé une question dans #Data Management30 juil. 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 réponsesTriTrier par dateTrier par ordre d’utilitéTrier par dateChargement de commentaires supplémentaires...Ben Patterson (Pentair)2 août 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.Afficher plusAjouter un commentaireRédiger une réponse...GrasItaliqueSoulignerBarréListe à pucesListe numérotéeAjouter un lienBloc de codeInsérer une imageJoindre des fichiersURL du lienAnnulerEnregistrer0/9000Répondre
Ben Patterson (Pentair)2 août 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.Afficher plus