<?xml version="1.0" encoding="UTF-8"?> 
 | 
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>JF_Scope_Need_to_Select_from_Asset</fullName> 
 | 
    <active>true</active> 
 | 
    <errorConditionFormula>AND( 
 | 
 RecordTypeId ="01210000000Qeko", 
 | 
 ISPICKVAL(NTC_TTC_Select__c,"十二指肠镜CDS培训"),  
 | 
 ISBLANK(Duodenum_scope_training__c))</errorConditionFormula> 
 | 
    <errorDisplayField>Oncall_Equipment__c</errorDisplayField> 
 | 
    <errorMessage>如果培训类型=十二指肠镜CDS培训的话,请在対象製品1里选择“十二肠镜镜子”</errorMessage> 
 | 
</ValidationRule> 
 |