From 32ca554edf2f2533790ad095e5691bbe478468a3 Mon Sep 17 00:00:00 2001
From: 高章伟 <gaozhangwei@prec-tech.com>
Date: 星期二, 28 三月 2023 15:30:24 +0800
Subject: [PATCH] ET产品-效期修改

---
 force-app/main/default/objects/On_Call__c/validationRules/Request_on_call_follow_time_to.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_to.validationRule-meta.xml b/force-app/main/default/objects/On_Call__c/validationRules/Request_on_call_follow_time_to.validationRule-meta.xml
index 3689df9..cd1e886 100644
--- a/force-app/main/default/objects/On_Call__c/validationRules/Request_on_call_follow_time_to.validationRule-meta.xml
+++ b/force-app/main/default/objects/On_Call__c/validationRules/Request_on_call_follow_time_to.validationRule-meta.xml
@@ -3,7 +3,9 @@
     <fullName>Request_on_call_follow_time_to</fullName>
     <active>true</active>
     <errorConditionFormula>Text(Status_c__c) = &apos;瀹屾瘯&apos; &amp;&amp; Isblank 
-(To_c__c )</errorConditionFormula>
+(To_c__c )
+&amp;&amp;
+$User.Username !=&apos;buli@deloitte.com.cn.stagefull&apos;</errorConditionFormula>
     <errorDisplayField>To_c__c</errorDisplayField>
     <errorMessage>鐜板満妫�娴嬫椂闂�(To)蹇呭~</errorMessage>
 </ValidationRule>

--
Gitblit v1.9.1