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/Rental_Apply__c/validationRules/Need_Opp_Zhucan.validationRule-meta.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/force-app/main/default/objects/Rental_Apply__c/validationRules/Need_Opp_Zhucan.validationRule-meta.xml b/force-app/main/default/objects/Rental_Apply__c/validationRules/Need_Opp_Zhucan.validationRule-meta.xml index c1646a0..1b08b80 100644 --- a/force-app/main/default/objects/Rental_Apply__c/validationRules/Need_Opp_Zhucan.validationRule-meta.xml +++ b/force-app/main/default/objects/Rental_Apply__c/validationRules/Need_Opp_Zhucan.validationRule-meta.xml @@ -3,7 +3,7 @@ <fullName>Need_Opp_Zhucan</fullName> <active>true</active> <errorConditionFormula>TEXT(demo_purpose2__c) == '宸茶喘寰呰揣' && -Follow_UP_Opp__c != null && (Follow_UP_Opp__r.Field1__c ==0)</errorConditionFormula> +Follow_UP_Opp__c != null && (Follow_UP_Opp__r.Field1__c ==0)&& $User.Username !='buli@deloitte.com.cn.stagefull'</errorConditionFormula> <errorDisplayField>Follow_UP_Opp__c</errorDisplayField> <errorMessage>宸茶喘寰呰揣鏃讹紝璺熻繘鐨勮浠峰繀椤绘槸娉ㄦ畫</errorMessage> </ValidationRule> -- Gitblit v1.9.1