<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Repair_QIS_Check</fullName>
|
<active>true</active>
|
<errorConditionFormula>ISPICKVAL(demo_purpose2__c, '索赔QIS')
|
&& ISBLANK(QISRepair__c)
|
&& ISPICKVAL(ExtensionStatus__c, '填写完毕')</errorConditionFormula>
|
<errorDisplayField>QISRepair__c</errorDisplayField>
|
<errorMessage>索赔QIS申请做延期申请时QIS修理字段不能为空</errorMessage>
|
</ValidationRule>
|