李彤
2022-05-30 115b1ebc6e433315a9835af24d4fe0f90343a3ca
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>CompetitorProduct3__c</fullName>
    <deleteConstraint>SetNull</deleteConstraint>
    <description>競合製品を選ぶ</description>
    <externalId>false</externalId>
    <inlineHelpText>竞争对手产品</inlineHelpText>
    <label>竞争对手产品3</label>
    <lookupFilter>
        <active>true</active>
        <errorMessage>请选择竞争对手产品</errorMessage>
        <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>
        <isOptional>false</isOptional>
    </lookupFilter>
    <referenceTo>Product2</referenceTo>
    <relationshipLabel>询价失单/取消报告</relationshipLabel>
    <relationshipName>Lost_Cancel_Report_CompetitorProduct3</relationshipName>
    <required>false</required>
    <trackTrending>false</trackTrending>
    <type>Lookup</type>
</CustomField>