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/On_Call__c/fields/Hospital__c.field-meta.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/force-app/main/default/objects/On_Call__c/fields/Hospital__c.field-meta.xml b/force-app/main/default/objects/On_Call__c/fields/Hospital__c.field-meta.xml index efb9427..0a3273f 100644 --- a/force-app/main/default/objects/On_Call__c/fields/Hospital__c.field-meta.xml +++ b/force-app/main/default/objects/On_Call__c/fields/Hospital__c.field-meta.xml @@ -7,12 +7,18 @@ <label>鍖婚櫌</label> <lookupFilter> <active>true</active> + <booleanFilter>1 OR 2</booleanFilter> <errorMessage>On-Call鍖婚櫌鐨勫�间笉瀛樺湪鎴栦笌绛涢�夋潯浠朵笉鍖归厤銆�</errorMessage> <filterItems> <field>Account.RecordTypeId</field> <operation>equals</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