<?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 = "01210000000Qeky"
|
&& TEXT(IsVOC__c) = "VOC"
|
&&
|
(
|
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>
|