Li Jun
2022-05-10 51fb56f3f5b0dc96d7f93a71f9b61263e303243f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Input_comment_before_share_with_MKE</fullName>
    <active>true</active>
    <description>2016/8/16之前
AND(
 RecordTypeId =&quot;01210000000Qeky&quot;, 
 ISPICKVAL(Status__c,&quot;已分配&quot;),
 OR(
  ISBLANK(text(VOC_category__c)),
  ISBLANK(text(VOC_category2__c)),
  ISBLANK(Request_comment__c),
  ISBLANK(Responsible_Person__c)))</description>
    <errorConditionFormula>AND(
 RecordTypeId =&quot;01210000000Qeky&quot;, 
 AND(ISPICKVAL(Status__c,&quot;跟进中&quot;),ISPICKVAL(IsVOC__c,&quot;VOC&quot;)),
 OR(
  ISBLANK(text(VOC_category__c)),
  ISBLANK(text(VOC_category2__c)),
  ISBLANK(Request_comment__c),
  ISBLANK(Responsible_Person__c)))</errorConditionFormula>
    <errorMessage>如果判断是VOC,请填写「VOC程度」,「VOC分类」,「VOC对应者」,「委托内容」</errorMessage>
</ValidationRule>