<?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> 
 | 
    <errorConditionFormula>ISCHANGED( Expect_CutPrice__c ) &&  
 | 
( Expect_CutPrice__c < 0 ||  
 | 
Expect_CutPrice__c > ListPrice__c)</errorConditionFormula> 
 | 
    <errorDisplayField>Expect_CutPrice__c</errorDisplayField> 
 | 
    <errorMessage>服务本部期望减价金额不能小于0或者大于修理报价金额</errorMessage> 
 | 
</ValidationRule> 
 |