From e9e1806b0f4b5bae1fc36204ccc5d6fdad52d66f Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期一, 05 六月 2023 11:22:08 +0800
Subject: [PATCH] Merge branch 'master' into LightningUpgradeProject

---
 force-app/main/default/objects/Agency_Opportunity__c/fields/Agency_Person__c.field-meta.xml |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/force-app/main/default/objects/Agency_Opportunity__c/fields/Agency_Person__c.field-meta.xml b/force-app/main/default/objects/Agency_Opportunity__c/fields/Agency_Person__c.field-meta.xml
index ae22afe..7c0c7a6 100644
--- a/force-app/main/default/objects/Agency_Opportunity__c/fields/Agency_Person__c.field-meta.xml
+++ b/force-app/main/default/objects/Agency_Opportunity__c/fields/Agency_Person__c.field-meta.xml
@@ -6,11 +6,17 @@
     <label>閿�鍞媴褰�</label>
     <lookupFilter>
         <active>true</active>
+        <booleanFilter>1 OR 2</booleanFilter>
         <filterItems>
             <field>Contact.Isactive__c</field>
             <operation>equals</operation>
             <value>鏈夋晥</value>
         </filterItems>
+        <filterItems>
+            <field>$User.Batch_User__c</field>
+            <operation>equals</operation>
+            <value>True</value>
+        </filterItems>
         <isOptional>false</isOptional>
     </lookupFilter>
     <referenceTo>Contact</referenceTo>

--
Gitblit v1.9.1