| <?xml version="1.0" encoding="UTF-8"?> | 
| <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>Person_In_Charge_Not_Support</fullName> | 
|     <active>true</active> | 
|     <errorConditionFormula>(Isnew() || Text(Status__c) = '草案中') &&  | 
|  Onwer_job_category__c  = '支援' &&  | 
| $User.ProfileId <>'00e10000000Y3o5' &&  | 
| $User.ProfileId <>'00e10000000xo1D'  &&  | 
| $User.ProfileId <>'00e10000000xnoT' &&  | 
| $User.ProfileId <>'00e10000000xnoY' &&  | 
| $User.ProfileId <>'00e100000012CwP' &&  | 
| $User.ProfileId <>'00e10000000xnod'&&  | 
| $User.ProfileId <>'00e100000012CwK'</errorConditionFormula> | 
|     <errorDisplayField>Person_In_Charge__c</errorDisplayField> | 
|     <errorMessage>助理不能做申请人。</errorMessage> | 
| </ValidationRule> |