| <?xml version="1.0" encoding="UTF-8"?> | 
| <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>VOC_answer_chk1</fullName> | 
|     <active>true</active> | 
|     <errorConditionFormula>RecordTypeId = "01210000000Qeky"  | 
| && TEXT(Status__c) = "回答完毕"  | 
| &&  | 
| (  | 
| VOC_follow_up_result__c = null | 
| || ISBLANK(TEXT(VOC_solution_category__c)) | 
| )</errorConditionFormula> | 
|     <errorMessage>回答时,必须填写“对应结果”和“对应结果分类”</errorMessage> | 
| </ValidationRule> |