<?xml version="1.0" encoding="UTF-8"?> 
 | 
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>IF_IsJum_Rental_Eq_True2</fullName> 
 | 
    <active>true</active> 
 | 
    <description>是否插队(备品):  只能插队一次,要增加验证规则。插队一次之后,是否插队(备品)和插队原因(备品)不能修改</description> 
 | 
    <errorConditionFormula>Text(JumpDate_Rental__c) != null && (ISCHANGED( IsJump_Rental__c )== true || ISCHANGED(  JumpCause_Rental__c )== true)</errorConditionFormula> 
 | 
    <errorMessage>插队一次之后,是否插队(备品)和插队原因(备品)不能修改</errorMessage> 
 | 
</ValidationRule> 
 |