<?xml version="1.0" encoding="UTF-8"?> 
 | 
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>CompetitorProduct1_check</fullName> 
 | 
    <active>false</active> 
 | 
    <errorConditionFormula>TEXT(Report_Status__c) = '提交' && ISBLANK(CompetitorProduct1__c)</errorConditionFormula> 
 | 
    <errorDisplayField>CompetitorProduct1__c</errorDisplayField> 
 | 
    <errorMessage>必须填写“竞争对手产品1”</errorMessage> 
 | 
</ValidationRule> 
 |