<?xml version="1.0" encoding="UTF-8"?> 
 | 
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>Required_Caller_phone</fullName> 
 | 
    <active>true</active> 
 | 
    <errorConditionFormula>Text(Status__c) = '申請中' && ( 
 | 
/* 联系电话 */ 
 | 
(RecordTypeId = '01210000000Qeko' && Isblank(Caller_phone_c__c)) 
 | 
)&& !$User.Batch_User__c</errorConditionFormula> 
 | 
    <errorDisplayField>Caller_phone_c__c</errorDisplayField> 
 | 
    <errorMessage>联系电话必填</errorMessage> 
 | 
</ValidationRule> 
 |