binxie
2024-01-22 102afa21c115e8c8b9333a326c3d1af08fe76faf
force-app/main/default/objects/Statu_Achievements__c/validationRules/ShippingScheduleDateNeedGreatethantoday.validationRule-meta.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>ShippingScheduleDateNeedGreatethantoday</fullName>
    <active>false</active>
    <active>true</active>
    <description>预测发货日修改时要大于今日</description>
    <errorConditionFormula>ISCHANGED(Shipping_Scheduled_Date__c) &amp;&amp; 
NOT(ISBLANK(Shipping_Scheduled_Date__c)) &amp;&amp;