binxie
2024-01-20 0a2fc19461a141fbbb2c303142afdee22c72daac
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Can_not_update_department_class</fullName>
    <active>true</active>
    <errorConditionFormula>($User.ProfileId != &apos;00e10000000xo1D&apos; &amp;&amp; $User.ProfileId !=&apos;00e10000000Y3o5&apos;) &amp;&amp; ISCHANGED(Department_Class__c)</errorConditionFormula>
    <errorDisplayField>Department_Class__c</errorDisplayField>
    <errorMessage>只有系统管理员和有权限的人,才能更新战略科室分类。</errorMessage>
</ValidationRule>