| <?xml version="1.0" encoding="UTF-8"?> | 
| <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>NextPlanDateMustMaxToday</fullName> | 
|     <active>true</active> | 
|     <description>下次计划日期 必须在 今天以后 | 
| 排除系统管理员</description> | 
|     <errorConditionFormula>AND($User.ProfileId <> "00e10000000Y3o5",NextPlanDate__c <=  TODAY(),$User.Batch_User__c=false)</errorConditionFormula> | 
|     <errorDisplayField>NextPlanDate__c</errorDisplayField> | 
|     <errorMessage>下次计划日期 必须在 今天以后</errorMessage> | 
| </ValidationRule> |