<?xml version="1.0" encoding="UTF-8"?> 
 | 
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>IF_IsJum_Rental_Eq_True1</fullName> 
 | 
    <active>true</active> 
 | 
    <description>是否插队(备品):勾选,保存时检查 插队原因(备品)必须填写;</description> 
 | 
    <errorConditionFormula>IsJump_Rental__c == true &&  ISBLANK(JumpCause_Rental__c) == true</errorConditionFormula> 
 | 
    <errorMessage>勾选了 是否插队(备品) ,则 插队原因(备品) 必须填写</errorMessage> 
 | 
</ValidationRule> 
 |