<?xml version="1.0" encoding="UTF-8"?> 
 | 
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>Required_NTC_TTC_Select</fullName> 
 | 
    <active>true</active> 
 | 
    <errorConditionFormula>Text(Status__c) = '申請中' && ( 
 | 
/* NTC/TTC */ 
 | 
(RecordTypeId = '01210000000Qeko' && Isblank(Text(NTC_TTC_Select__c))) 
 | 
)</errorConditionFormula> 
 | 
    <errorDisplayField>NTC_TTC_Select__c</errorDisplayField> 
 | 
    <errorMessage>NTC/TTC必选</errorMessage> 
 | 
</ValidationRule> 
 |