binxie
2024-01-17 92d30efcdebfc59500385e018d597a6b6a946075
1
2
3
4
5
6
7
8
9
10
11
12
<?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 = &quot;012C600000003KE&quot;
&amp;&amp; TEXT(Status__c) = &quot;跟进中&quot;
&amp;&amp; $User.Id != &quot;005C60000001ULY&quot;
&amp;&amp; $User.Id != &quot;005C60000001Ucp&quot;
&amp;&amp; $Profile.Id != &quot;00eC800000005Cb&quot;
&amp;&amp; (ISNEW() || ISCLONE())</errorConditionFormula>
    <errorMessage>你没有编辑“跟进中”报告书的权限</errorMessage>
</ValidationRule>