From d8dc84a3d56df839895f1c417a4d9cbee763d262 Mon Sep 17 00:00:00 2001 From: 高章伟 <gaozhangwei@prec-tech.com> Date: 星期五, 03 三月 2023 14:50:59 +0800 Subject: [PATCH] gzw 测试环境代码更新 --- force-app/main/default/objects/PCLLostProduct__c/fields/LostProduct__c.field-meta.xml | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git a/force-app/main/default/objects/PCLLostProduct__c/fields/LostProduct__c.field-meta.xml b/force-app/main/default/objects/PCLLostProduct__c/fields/LostProduct__c.field-meta.xml index b33bf4a..9a6c027 100644 --- a/force-app/main/default/objects/PCLLostProduct__c/fields/LostProduct__c.field-meta.xml +++ b/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> -- Gitblit v1.9.1