From e9e1806b0f4b5bae1fc36204ccc5d6fdad52d66f Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期一, 05 六月 2023 11:22:08 +0800
Subject: [PATCH] Merge branch 'master' into LightningUpgradeProject

---
 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