From 2b969ede326bf33a9a0402ea96a0261631591dc4 Mon Sep 17 00:00:00 2001
From: 高章伟 <gaozhangwei@prec-tech.com>
Date: 星期三, 24 五月 2023 11:47:23 +0800
Subject: [PATCH] 入库管理编码验证程序调整

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

diff --git a/force-app/main/default/objects/QIS_Report__c/validationRules/ApplyMust_BreakORFallOff.validationRule-meta.xml b/force-app/main/default/objects/QIS_Report__c/validationRules/ApplyMust_BreakORFallOff.validationRule-meta.xml
index d865114..5a36e21 100644
--- a/force-app/main/default/objects/QIS_Report__c/validationRules/ApplyMust_BreakORFallOff.validationRule-meta.xml
+++ b/force-app/main/default/objects/QIS_Report__c/validationRules/ApplyMust_BreakORFallOff.validationRule-meta.xml
@@ -2,7 +2,9 @@
 <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
     <fullName>ApplyMust_BreakORFallOff</fullName>
     <active>true</active>
-    <errorConditionFormula>$Profile.Id != &apos;00e10000000dzzG&apos; /* GPI_绯荤粺绠$悊鍛楴ew 涓嶆姤閿� */ 
+    <errorConditionFormula>$Profile.Id != &apos;00e10000000dzzG&apos; /* GPI_绯荤粺绠$悊鍛楴ew 涓嶆姤閿� */
+&amp;&amp;
+$Profile.Id != &apos;00e10000000dEQx&apos;  
 &amp;&amp; 
 $Profile.Id != &apos;00e10000000Y3o5&apos; /* 绯荤粺绠$悊鍛� 涓嶆姤閿� */ 
 &amp;&amp; 

--
Gitblit v1.9.1