<?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"</errorConditionFormula>
|
<errorDisplayField>AWS_Data_Id__c</errorDisplayField>
|
<errorMessage>你没有编辑“跟进中”报告书的权限</errorMessage>
|
</ValidationRule>
|