<?xml version="1.0" encoding="UTF-8"?> 
 | 
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>Cannot_change_PIC</fullName> 
 | 
    <active>true</active> 
 | 
    <errorConditionFormula>$Profile.Id != "00e10000000Y3o5" && ISCHANGED( Person_In_Charge__c )&& RA_Status__c  <> '草案中'</errorConditionFormula> 
 | 
    <errorDisplayField>Person_In_Charge__c</errorDisplayField> 
 | 
    <errorMessage>不能更改主担当</errorMessage> 
 | 
</ValidationRule> 
 |