force-app/main/default/objects/Maintenance_Contract_Estimate__c/validationRules/Contract_Start_Date_GT_CreateDate.validationRule-meta.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> <fullName>Contract_Start_Date_GT_CreateDate</fullName> <active>false</active> <active>true</active> <description>合同开始日要在CreateDate后</description> <errorConditionFormula>((IsNew() && Contract_Start_Date__c < Today()