<?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_销售本部窗口&营业助理
|
2S6_销售本部窗口&营业助理(计划仪表板)
|
2S6_销售本部窗口&营业助理(能量)
|
000_系统管理者
|
系统管理员
|
)</description>
|
<errorConditionFormula>And(
|
RecordTypeId ="01210000000QekP",
|
$User.Batch_User__c = False,
|
Not(
|
Or(
|
($User.ProfileId = "00e10000000dCs0"),
|
($User.ProfileId = "00e10000000dCs1"),
|
($User.ProfileId = "00e10000000dCsQ"),
|
($User.ProfileId = "00e10000000xnp2"),
|
($User.ProfileId = "00e10000000xnpH"),
|
($User.ProfileId = "00e10000000xyK6"),
|
($User.ProfileId = "00e10000000xnpR"),
|
($User.ProfileId = "00e10000000NbCE"),
|
($User.ProfileId = "00e10000000dGTI"),
|
($User.ProfileId = "00e10000000Y3o5")
|
)
|
)
|
)</errorConditionFormula>
|
<errorMessage>没有目标更新权限,请联系系统管理员</errorMessage>
|
</ValidationRule>
|