<?xml version="1.0" encoding="UTF-8"?> 
 | 
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>Manual_Entry_Product_NG</fullName> 
 | 
    <active>false</active> 
 | 
    <description>7.28 追加条件 
 | 
 && RecordTypeId <> '012C600000003Hv'</description> 
 | 
    <errorConditionFormula>IsCompetitorProduct = False && Product2.Manual_Entry__c && Loaner_accsessary__c = FALSE && RecordTypeId <> '01210000000kOPR'</errorConditionFormula> 
 | 
    <errorDisplayField>Product2Id</errorDisplayField> 
 | 
    <errorMessage>不能选择手动输入的产品</errorMessage> 
 | 
</ValidationRule> 
 |