From ca1c0956ec5d16a44bd0a2c10e0e49db37c0fb32 Mon Sep 17 00:00:00 2001 From: 黄千龙 <huangqianlong@prec-tech.com> Date: 星期三, 08 三月 2023 09:35:52 +0800 Subject: [PATCH] 20230307询价2期Batch增加入Schedule --- force-app/main/default/objects/Inquiry_form__c/fields/Contact_Name__c.field-meta.xml | 17 +++++++++++++++-- 1 files changed, 15 insertions(+), 2 deletions(-) diff --git a/force-app/main/default/objects/Inquiry_form__c/fields/Contact_Name__c.field-meta.xml b/force-app/main/default/objects/Inquiry_form__c/fields/Contact_Name__c.field-meta.xml index 2548093..46a81e5 100644 --- a/force-app/main/default/objects/Inquiry_form__c/fields/Contact_Name__c.field-meta.xml +++ b/force-app/main/default/objects/Inquiry_form__c/fields/Contact_Name__c.field-meta.xml @@ -6,16 +6,29 @@ <label>瀹㈡埛濮撳悕</label> <lookupFilter> <active>true</active> + <booleanFilter>(1 AND 2) OR 3</booleanFilter> <filterItems> - <field>$Source.Hospital_Name__c</field> + <field>$Source.Hospital__c</field> <operation>equals</operation> - <valueField>Contact.AccountId</valueField> + <valueField>Contact.Account.Hospital__c</valueField> + </filterItems> + <filterItems> + <field>$Source.Hospital__c</field> + <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>Contact</referenceTo> + <relationshipLabel>浜у搧鍜ㄨ鍗�</relationshipLabel> <relationshipName>gmYXv8dN1</relationshipName> <required>false</required> + <trackHistory>false</trackHistory> <trackTrending>false</trackTrending> <type>Lookup</type> </CustomField> -- Gitblit v1.9.1