From 9a0ef802a678ffc421fc1d416f7f867e89e5536a Mon Sep 17 00:00:00 2001
From: D C <chenbangcai@prec-tech.com>
Date: 星期五, 26 五月 2023 10:32:04 +0800
Subject: [PATCH] 维修合同 多年保修消费率逻辑更改

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

diff --git a/force-app/main/default/objects/QIS_Report__c/validationRules/ApplyMus_SetUsageProduct.validationRule-meta.xml b/force-app/main/default/objects/QIS_Report__c/validationRules/ApplyMus_SetUsageProduct.validationRule-meta.xml
index 01f879d..b95aa18 100644
--- a/force-app/main/default/objects/QIS_Report__c/validationRules/ApplyMus_SetUsageProduct.validationRule-meta.xml
+++ b/force-app/main/default/objects/QIS_Report__c/validationRules/ApplyMus_SetUsageProduct.validationRule-meta.xml
@@ -2,7 +2,9 @@
 <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
     <fullName>ApplyMus_SetUsageProduct</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