<?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 = "012C600000003KE"
|
&& TEXT(Status__c) = "跟进中"
|
&& $User.Id != "005C60000001ULY"
|
&& $User.Id != "005C60000001Ucp"
|
&& $Profile.Id != "00eC800000005Cb"
|
&& (ISNEW() || ISCLONE())</errorConditionFormula>
|
<errorMessage>你没有编辑“跟进中”报告书的权限</errorMessage>
|
</ValidationRule>
|