<?xml version="1.0" encoding="UTF-8"?> 
 | 
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>LostProduct__c</fullName> 
 | 
    <deleteConstraint>SetNull</deleteConstraint> 
 | 
    <externalId>false</externalId> 
 | 
    <label>失单型号</label> 
 | 
    <lookupFilter> 
 | 
        <active>true</active> 
 | 
        <filterItems> 
 | 
            <field>Product2.Category5__c</field> 
 | 
            <operation>equals</operation> 
 | 
            <value>竞争对手</value> 
 | 
        </filterItems> 
 | 
        <filterItems> 
 | 
            <field>Product2.Brand_Name__c</field> 
 | 
            <operation>notContain</operation> 
 | 
            <value>奥林巴斯</value> 
 | 
        </filterItems> 
 | 
        <filterItems> 
 | 
            <field>Product2.Brand_Name__c</field> 
 | 
            <operation>equals</operation> 
 | 
            <valueField>$Source.LostBrandName__c</valueField> 
 | 
        </filterItems> 
 | 
        <filterItems> 
 | 
            <field>Product2.RecordTypeId</field> 
 | 
            <operation>equals</operation> 
 | 
            <value>竞品-主机</value> 
 | 
        </filterItems> 
 | 
        <isOptional>false</isOptional> 
 | 
    </lookupFilter> 
 | 
    <referenceTo>Product2</referenceTo> 
 | 
    <relationshipLabel>询价失单型号</relationshipLabel> 
 | 
    <relationshipName>LostProduct</relationshipName> 
 | 
    <required>false</required> 
 | 
    <trackTrending>false</trackTrending> 
 | 
    <type>Lookup</type> 
 | 
</CustomField> 
 |