お気に入りBen Patterson (Pentair) が「#Data Management」で質問2010年7月30日 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 件の回答並び替え日付で並び替え役に立った順で並び替え日付で並び替えコメントをさらに読み込む...Ben Patterson (Pentair)2010年8月2日 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.表示件数を増やすコメントを追加回答を記入...太字斜体下線取り消し線箇条書き番号付きリストリンクを追加コードブロック画像を挿入ファイルを添付リンク URLキャンセル保存0/9000返信
Ben Patterson (Pentair)2010年8月2日 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.表示件数を増やす