From 6e4766bc135c30fa9e02a2b527dcdf8fd5eeec8d Mon Sep 17 00:00:00 2001
From: binxie <137736985@qq.com>
Date: 星期一, 26 六月 2023 16:54:22 +0800
Subject: [PATCH] mergecode0626

---
 force-app/main/default/objects/On_Call__c/validationRules/Request_on_call_follow_time_from.validationRule-meta.xml |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/force-app/main/default/objects/On_Call__c/validationRules/Request_on_call_follow_time_from.validationRule-meta.xml b/force-app/main/default/objects/On_Call__c/validationRules/Request_on_call_follow_time_from.validationRule-meta.xml
index ae11738..2192fdb 100644
--- a/force-app/main/default/objects/On_Call__c/validationRules/Request_on_call_follow_time_from.validationRule-meta.xml
+++ b/force-app/main/default/objects/On_Call__c/validationRules/Request_on_call_follow_time_from.validationRule-meta.xml
@@ -3,7 +3,9 @@
     <fullName>Request_on_call_follow_time_from</fullName>
     <active>true</active>
     <errorConditionFormula>Text(Status_c__c) = &apos;瀹屾瘯&apos; &amp;&amp; Isblank 
-(From_c__c )</errorConditionFormula>
+(From_c__c )
+&amp;&amp;
+$User.Username !=&apos;buli@deloitte.com.cn.stagefull&apos;</errorConditionFormula>
     <errorDisplayField>From_c__c</errorDisplayField>
     <errorMessage>鐜板満妫�娴嬫椂闂�(From)蹇呭~</errorMessage>
 </ValidationRule>

--
Gitblit v1.9.1