<?xml version="1.0" encoding="UTF-8"?> 
 | 
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>Can_Not_Change_RepairRenewal_Confirm</fullName> 
 | 
    <active>false</active> 
 | 
    <description>新一览现场收到确认结果任何情况下均不能修改</description> 
 | 
    <errorConditionFormula>!ISNEW() && TEXT(Rental_Apply__r.Routine_Check_Status__c) = 'OK' &&  ISCHANGED(Received_Confirm__c)</errorConditionFormula> 
 | 
    <errorDisplayField>Received_Confirm__c</errorDisplayField> 
 | 
    <errorMessage>维修续借的申请单,现场收到确认结果不可修改</errorMessage> 
 | 
</ValidationRule> 
 |