binxie
2023-06-26 1b3fb93f787b8b546a307bf063183f5295d183f8
1
2
3
4
5
6
7
8
9
10
<?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 != &apos;00e10000000Y3o5&apos; /* 系统管理员 不报错 */
&amp;&amp;Text(Status__c)=&apos;已批准&apos;&amp;&amp;ISCHANGED(FreeReson__c)</errorConditionFormula>
    <errorDisplayField>FreeReson__c</errorDisplayField>
    <errorMessage>已批准之后不能修改无偿更换原因</errorMessage>
</ValidationRule>