<?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 ="01210000000Qeky",
|
ISPICKVAL(Status__c,"已分配"),
|
OR(
|
ISBLANK(text(VOC_category__c)),
|
ISBLANK(text(VOC_category2__c)),
|
ISBLANK(Request_comment__c),
|
ISBLANK(Responsible_Person__c)))</description>
|
<errorConditionFormula>AND(
|
RecordTypeId ="01210000000Qeky",
|
AND(ISPICKVAL(Status__c,"跟进中"),ISPICKVAL(IsVOC__c,"VOC")),
|
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>
|