| <?xml version="1.0" encoding="UTF-8"?> | 
| <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>QIS_closed_before_input_follow_result</fullName> | 
|     <active>true</active> | 
|     <errorConditionFormula>AND(ISPICKVAL(QIS_Status__c, "完毕") ,ISBLANK(QIS_result_follow__c))</errorConditionFormula> | 
|     <errorDisplayField>QIS_result_follow__c</errorDisplayField> | 
|     <errorMessage>请先输入QIS跟进结果</errorMessage> | 
| </ValidationRule> |