답변 1개
Dean,Assuming you have Date2 and Date1 as the 2 Date value custom fields, you can use the following formula in the Error Condition Formula of your validation rule to enforce the said mandate.
The difference between the two dates is expressed as days. In case it provides a decimal value you can use the ROUND function to round the decimal values and get the number of days as a whole number for comparison.Please do not forget to mark this thread as SOLVED if this answer helps resolve your issue.Date2__c - Date1__c <= 14