From 962519811b7c4be07f30d09e791798b0ea79d3ae Mon Sep 17 00:00:00 2001
From: 黄千龙 <huangqianlong@prec-tech.com>
Date: 星期三, 08 三月 2023 09:54:02 +0800
Subject: [PATCH] 同步代码
---
force-app/main/default/objects/Report__c/validationRules/Required_Use_Materials.validationRule-meta.xml | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/force-app/main/default/objects/Report__c/validationRules/Required_Use_Materials.validationRule-meta.xml b/force-app/main/default/objects/Report__c/validationRules/Required_Use_Materials.validationRule-meta.xml
index cd0183d..49a8031 100644
--- a/force-app/main/default/objects/Report__c/validationRules/Required_Use_Materials.validationRule-meta.xml
+++ b/force-app/main/default/objects/Report__c/validationRules/Required_Use_Materials.validationRule-meta.xml
@@ -5,7 +5,9 @@
<errorConditionFormula>Text(Status__c) = '鐢宠珛涓�' && (
/* NTC/TTC */
(RecordTypeId = '01210000000Qeko' && (Isnull(Use_Materials__c) || Isblank(Use_Materials__c)))
-)</errorConditionFormula>
+)
+&&
+ $User.Username != 'buli@deloitte.com.cn.stagefull'</errorConditionFormula>
<errorDisplayField>Use_Materials__c</errorDisplayField>
<errorMessage>浣跨敤璧勬枡蹇呴��</errorMessage>
</ValidationRule>
--
Gitblit v1.9.1