<?xml version="1.0" encoding="UTF-8"?> 
 | 
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>Input_result_before_VOC_answer</fullName> 
 | 
    <active>true</active> 
 | 
    <errorConditionFormula>AND( 
 | 
 RecordTypeId ="01210000000Qeky",  
 | 
 ISPICKVAL(Status__c,"已回答"), 
 | 
 OR( 
 | 
  VOC_follow_up_result__c = null, 
 | 
  ISBLANK(text(VOC_solution_category__c))) 
 | 
)</errorConditionFormula> 
 | 
    <errorMessage>VOC回答之前,请填写「对应结果」,「对应结果分类」</errorMessage> 
 | 
</ValidationRule> 
 |