From 6a471bc62a8567abd74dcef733fcddf9911b6a16 Mon Sep 17 00:00:00 2001
From: denny chen <chenbangcai@prec-tech.com>
Date: 星期三, 29 三月 2023 15:47:48 +0800
Subject: [PATCH] Merge branch 'master' of http://47.92.229.245:8089/r/OlyMEBG

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

diff --git a/force-app/main/default/objects/Inspection_Report__c/fields/Hospital__c.field-meta.xml b/force-app/main/default/objects/Inspection_Report__c/fields/Hospital__c.field-meta.xml
index 5b6e70f..119a0df 100644
--- a/force-app/main/default/objects/Inspection_Report__c/fields/Hospital__c.field-meta.xml
+++ b/force-app/main/default/objects/Inspection_Report__c/fields/Hospital__c.field-meta.xml
@@ -5,6 +5,7 @@
     <label>鍖婚櫌</label>
     <lookupFilter>
         <active>true</active>
+        <booleanFilter>(1 AND 2) OR 3</booleanFilter>
         <filterItems>
             <field>Account.RecordTypeId</field>
             <operation>equals</operation>
@@ -15,6 +16,11 @@
             <operation>notEqual</operation>
             <value>鏃犳晥</value>
         </filterItems>
+        <filterItems>
+            <field>$User.Username</field>
+            <operation>equals</operation>
+            <value>buli@deloitte.com.cn.stagefull</value>
+        </filterItems>
         <isOptional>false</isOptional>
     </lookupFilter>
     <referenceTo>Account</referenceTo>

--
Gitblit v1.9.1