<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>VOC_follow_chk1</fullName>
|
<active>true</active>
|
<errorConditionFormula>RecordTypeId = "01210000000Qeky"
|
&& TEXT(Status__c) = "跟进中"
|
&& $User.Id != "00510000000gWAE"
|
&& $User.Id != "00510000004reg2"
|
&& $Profile.Id != "00e10000000Y3o5"
|
&&
|
$Profile.Id != '00e10000000eFwF' /* 118_NMPA(质量法规本部)担当 不报错 */
|
&&
|
$Profile.Id != '00e10000000dCrn' /* 118_NMPA(质量法规本部)窗口 不报错 */
|
&&
|
$User.Id != '0051000000AKgzv' /* 胡 玉成 不报错 */
|
&&
|
$User.Id != '0051000000AKh05' /* 李 琪清 不报错 */</errorConditionFormula>
|
<errorMessage>你没有编辑“跟进中”报告书的权限</errorMessage>
|
</ValidationRule>
|