binxie
2024-01-20 0a2fc19461a141fbbb2c303142afdee22c72daac
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Not_Update_Objective</fullName>
    <active>true</active>
    <description>以下のプロファイルの場合のみ目標の変更が可能
103_销售本部系统窗口
104_销售本部询价担当助理
104_销售本部询价担当助理(无下载权限)
104_销售本部合同助理(无下载权限)
123_Te2am小组
2S1_销售医院担当
2S4_销售管理者
2S6_销售本部窗口&amp;营业助理
2S6_销售本部窗口&amp;营业助理(计划仪表板)
2S6_销售本部窗口&amp;营业助理(能量)
000_系统管理者
系统管理员
        )</description>
    <errorConditionFormula>And(
   RecordTypeId =&quot;01210000000QekP&quot;,
   $User.Batch_User__c = False,
  Not(
    Or(
         ($User.ProfileId = &quot;00e10000000dCs0&quot;),
         ($User.ProfileId = &quot;00e10000000dCs1&quot;),
         ($User.ProfileId = &quot;00e10000000dCsQ&quot;),
         ($User.ProfileId = &quot;00e10000000xnp2&quot;),
         ($User.ProfileId = &quot;00e10000000xnpH&quot;),
         ($User.ProfileId = &quot;00e10000000xyK6&quot;),
         ($User.ProfileId = &quot;00e10000000xnpR&quot;),
         ($User.ProfileId = &quot;00e10000000NbCE&quot;),
         ($User.ProfileId = &quot;00e10000000dGTI&quot;),
         ($User.ProfileId = &quot;00e10000000Y3o5&quot;)
        )
      )
   )</errorConditionFormula>
    <errorMessage>没有目标更新权限,请联系系统管理员</errorMessage>
</ValidationRule>