彭锟
2022-03-22 2ecb63062fe10bbfb6853e37a38a74dcc10291db
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>IsVOC_chk</fullName>
    <active>false</active>
    <description>2016/8/16无效化</description>
    <errorConditionFormula>RecordTypeId = &quot;01210000000Qeky&quot;
&amp;&amp; TEXT(IsVOC__c) = &quot;VOC&quot;
&amp;&amp;
 (
  ISBLANK(text(VOC_category__c))
  || ISBLANK(text(VOC_category2__c))
  || Responsible_Person__c  = null
 )</errorConditionFormula>
    <errorDisplayField>CIC_Number__c</errorDisplayField>
    <errorMessage>如果判断是VOC,请填写「VOC程度」,「VOC分类」,「VOC对应者」</errorMessage>
</ValidationRule>