高章伟
2023-03-03 d8dc84a3d56df839895f1c417a4d9cbee763d262
force-app/main/default/objects/PCLLostProduct__c/fields/LostProduct__c.field-meta.xml
@@ -3,10 +3,9 @@
    <fullName>LostProduct__c</fullName>
    <deleteConstraint>SetNull</deleteConstraint>
    <externalId>false</externalId>
    <label>失单对手型号</label>
    <label>失单型号</label>
    <lookupFilter>
        <active>true</active>
        <errorMessage>请选择该品牌的失单产品</errorMessage>
        <filterItems>
            <field>Product2.Category5__c</field>
            <operation>equals</operation>
@@ -14,9 +13,19 @@
        </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>