<?xml version="1.0" encoding="UTF-8"?> 
 | 
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>BuZhangSC2</fullName> 
 | 
    <active>true</active> 
 | 
    <description>部长审批后锁定无偿更换原因</description> 
 | 
    <errorConditionFormula>$Profile.Id != '00e10000000Y3o5' /* 系统管理员 不报错 */ 
 | 
&&Text(Status__c)='已批准'&&ISCHANGED(FreeReson__c)</errorConditionFormula> 
 | 
    <errorDisplayField>FreeReson__c</errorDisplayField> 
 | 
    <errorMessage>已批准之后不能修改无偿更换原因</errorMessage> 
 | 
</ValidationRule> 
 |