binxie
2024-01-20 e0de9222da210f9c8eb1a9f5400f936a14923e11
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 ) &amp;&amp; 
( Expect_CutPrice__c &lt; 0 || 
Expect_CutPrice__c &gt; ListPrice__c)</errorConditionFormula>