<?xml version="1.0" encoding="UTF-8"?> 
 | 
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>ShippingScheduleDateNeedGreatethantoday</fullName> 
 | 
    <active>true</active> 
 | 
    <description>预测发货日修改时要大于今日</description> 
 | 
    <errorConditionFormula>ISCHANGED(Shipping_Scheduled_Date__c) &&  
 | 
NOT(ISBLANK(Shipping_Scheduled_Date__c)) &&  
 | 
Shipping_Scheduled_Date__c <= TODAY()</errorConditionFormula> 
 | 
    <errorDisplayField>Shipping_Scheduled_Date__c</errorDisplayField> 
 | 
    <errorMessage>预测发货日修改时要大于今日</errorMessage> 
 | 
</ValidationRule> 
 |