From 4688e276eee13cd2e521aa55afb5725cb0fda270 Mon Sep 17 00:00:00 2001
From: binxie <137736985@qq.com>
Date: 星期一, 22 一月 2024 21:21:18 +0800
Subject: [PATCH] backuprentalapply0122

---
 force-app/main/default/objects/Infrastructure_Project__c/fields/OCSM_Hospital__c.field-meta.xml |   18 ++++++++++++++++--
 1 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/force-app/main/default/objects/Infrastructure_Project__c/fields/OCSM_Hospital__c.field-meta.xml b/force-app/main/default/objects/Infrastructure_Project__c/fields/OCSM_Hospital__c.field-meta.xml
index 48c9e03..5e1735f 100644
--- a/force-app/main/default/objects/Infrastructure_Project__c/fields/OCSM_Hospital__c.field-meta.xml
+++ b/force-app/main/default/objects/Infrastructure_Project__c/fields/OCSM_Hospital__c.field-meta.xml
@@ -3,12 +3,26 @@
     <fullName>OCSM_Hospital__c</fullName>
     <deleteConstraint>SetNull</deleteConstraint>
     <externalId>false</externalId>
-    <label>瀹㈡埛</label>
+    <label>SFDC瀹㈡埛</label>
+    <lookupFilter>
+        <active>true</active>
+        <filterItems>
+            <field>Account.Is_Active__c</field>
+            <operation>equals</operation>
+            <value>鏈夋晥</value>
+        </filterItems>
+        <filterItems>
+            <field>Account.RecordTypeId</field>
+            <operation>equals</operation>
+            <value>鐥呴櫌</value>
+        </filterItems>
+        <isOptional>true</isOptional>
+    </lookupFilter>
     <referenceTo>Account</referenceTo>
     <relationshipLabel>鍩哄缓椤圭洰</relationshipLabel>
     <relationshipName>InProjectDnFH</relationshipName>
     <required>false</required>
-    <trackHistory>false</trackHistory>
+    <trackHistory>true</trackHistory>
     <trackTrending>false</trackTrending>
     <type>Lookup</type>
 </CustomField>

--
Gitblit v1.9.1