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/validationRules/Need_Follow_up_result.validationRule-meta.xml |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/force-app/main/default/objects/On_Call__c/validationRules/Need_Follow_up_result.validationRule-meta.xml b/force-app/main/default/objects/On_Call__c/validationRules/Need_Follow_up_result.validationRule-meta.xml
index 72f153d..8eec3f0 100644
--- a/force-app/main/default/objects/On_Call__c/validationRules/Need_Follow_up_result.validationRule-meta.xml
+++ b/force-app/main/default/objects/On_Call__c/validationRules/Need_Follow_up_result.validationRule-meta.xml
@@ -3,7 +3,9 @@
     <fullName>Need_Follow_up_result</fullName>
     <active>true</active>
     <errorConditionFormula>Text(Status_c__c) = &apos;瀹屾瘯&apos; &amp;&amp; Isblank 
-(Customer_Problem_c__c )</errorConditionFormula>
+(Customer_Problem_c__c )
+&amp;&amp;
+$User.Username !=&apos;buli@deloitte.com.cn.stagefull&apos;</errorConditionFormula>
     <errorDisplayField>Customer_Problem_c__c</errorDisplayField>
     <errorMessage>FSE瀵规晠闅滅幇璞℃弿杩板繀濉�</errorMessage>
 </ValidationRule>

--
Gitblit v1.9.1