force-app/main/default/objects/Repair_Quotation__c/validationRules/Service_CutPrice_Greaterthan_Zero.validationRule-meta.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> <fullName>Service_CutPrice_Greaterthan_Zero</fullName> <active>false</active> <active>true</active> <errorConditionFormula>ISCHANGED( Expect_CutPrice__c ) && ( Expect_CutPrice__c < 0 || Expect_CutPrice__c > ListPrice__c)</errorConditionFormula>