<?xml version="1.0" encoding="UTF-8"?> 
 | 
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>NoLessThanThreeDays</fullName> 
 | 
    <active>false</active> 
 | 
    <description>希望提交日期不得小于三天,如紧急需求请邮件联络Solution担当</description> 
 | 
    <errorConditionFormula>Submit_Date_YouWant__c  <  DATEVALUE(CreatedDate) + 3</errorConditionFormula> 
 | 
    <errorDisplayField>Submit_Date_YouWant__c</errorDisplayField> 
 | 
    <errorMessage>希望提交日期不得小于三天,如紧急需求请邮件联络Solution担当</errorMessage> 
 | 
</ValidationRule> 
 |