<?xml version="1.0" encoding="UTF-8"?> 
 | 
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>ApplyMust_VOCcrectedCheck</fullName> 
 | 
    <active>true</active> 
 | 
    <errorConditionFormula>$Profile.Id != '00e10000000dzzG' /* GPI_系统管理员New 不报错 */ 
 | 
&& 
 | 
$Profile.Id != '00e10000000Y3o5' /* 系统管理员 不报错 */ 
 | 
&& 
 | 
$User.Id != '00510000000fSYI'  /* Batch User 不报错 */ 
 | 
&& AND( RecordTypeId = '01210000000Qeky', 
 | 
 Text( Status__c)='草案中',OR(TEXT(Damage_For_Doc_Or_Pat__c)='',Model_No__c='',Product_Serial_No__c='', ISBLANK(Occur_Date__c) ))</errorConditionFormula> 
 | 
    <errorDisplayField>Damage_For_Doc_Or_Pat__c</errorDisplayField> 
 | 
    <errorMessage>请输入是否造成人身伤害、机身号、产品型号、发生日等信息。</errorMessage> 
 | 
</ValidationRule> 
 |