<?xml version="1.0" encoding="UTF-8"?> 
 | 
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>IFData_cant_Change_to_CopetitorData</fullName> 
 | 
    <active>false</active> 
 | 
    <description>IFから来たデータは、「竞争对手产品」をチェック出来ません。</description> 
 | 
    <errorConditionFormula>and(  IF_Information_From__c = true,  IsCompetitorProduct = true)</errorConditionFormula> 
 | 
    <errorDisplayField>IsCompetitorProduct</errorDisplayField> 
 | 
    <errorMessage>IFから来たデータは、「竞争对手产品」をチェック出来ません。</errorMessage> 
 | 
</ValidationRule> 
 |