From e0de9222da210f9c8eb1a9f5400f936a14923e11 Mon Sep 17 00:00:00 2001
From: binxie <137736985@qq.com>
Date: 星期六, 20 一月 2024 13:16:47 +0800
Subject: [PATCH] addvalidationrule

---
 force-app/main/default/workflows/Repair_Quotation__c.workflow-meta.xml |   40 ++++++++++------------------------------
 1 files changed, 10 insertions(+), 30 deletions(-)

diff --git a/force-app/main/default/workflows/Repair_Quotation__c.workflow-meta.xml b/force-app/main/default/workflows/Repair_Quotation__c.workflow-meta.xml
index b6eefd2..862ca93 100644
--- a/force-app/main/default/workflows/Repair_Quotation__c.workflow-meta.xml
+++ b/force-app/main/default/workflows/Repair_Quotation__c.workflow-meta.xml
@@ -9,10 +9,6 @@
             <type>email</type>
         </recipients>
         <recipients>
-            <recipient>haiqian_yu@olympus.com.cn</recipient>
-            <type>user</type>
-        </recipients>
-        <recipients>
             <recipient>shujuan_liu@olympus.com.cn</recipient>
             <type>user</type>
         </recipients>
@@ -43,10 +39,6 @@
             <type>email</type>
         </recipients>
         <recipients>
-            <recipient>haiqian_yu@olympus.com.cn</recipient>
-            <type>user</type>
-        </recipients>
-        <recipients>
             <recipient>shujuan_liu@olympus.com.cn</recipient>
             <type>user</type>
         </recipients>
@@ -75,10 +67,6 @@
         <recipients>
             <field>RC_Mail_Address__c</field>
             <type>email</type>
-        </recipients>
-        <recipients>
-            <recipient>haiqian_yu@olympus.com.cn</recipient>
-            <type>user</type>
         </recipients>
         <recipients>
             <recipient>shujuan_liu@olympus.com.cn</recipient>
@@ -123,10 +111,6 @@
             <type>email</type>
         </recipients>
         <recipients>
-            <recipient>haiqian_yu@olympus.com.cn</recipient>
-            <type>user</type>
-        </recipients>
-        <recipients>
             <recipient>shujuan_liu@olympus.com.cn</recipient>
             <type>user</type>
         </recipients>
@@ -167,10 +151,6 @@
         <recipients>
             <field>RC_Mail_Address__c</field>
             <type>email</type>
-        </recipients>
-        <recipients>
-            <recipient>haiqian_yu@olympus.com.cn</recipient>
-            <type>user</type>
         </recipients>
         <recipients>
             <recipient>shujuan_liu@olympus.com.cn</recipient>
@@ -694,7 +674,7 @@
                 <type>Alert</type>
             </actions>
             <offsetFromField>Repair_Quotation__c.ServiceCutPriceSubmitDateBZ__c</offsetFromField>
-            <timeLength>12</timeLength>
+            <timeLength>9</timeLength>
             <workflowTimeTriggerUnit>Days</workflowTimeTriggerUnit>
         </workflowTimeTriggers>
         <workflowTimeTriggers>
@@ -704,6 +684,15 @@
             </actions>
             <offsetFromField>Repair_Quotation__c.ServiceCutPriceSubmitDateBZ__c</offsetFromField>
             <timeLength>15</timeLength>
+            <workflowTimeTriggerUnit>Days</workflowTimeTriggerUnit>
+        </workflowTimeTriggers>
+        <workflowTimeTriggers>
+            <actions>
+                <name>ActionEmailRepairCutZJ</name>
+                <type>Alert</type>
+            </actions>
+            <offsetFromField>Repair_Quotation__c.ServiceCutPriceSubmitDateBZ__c</offsetFromField>
+            <timeLength>12</timeLength>
             <workflowTimeTriggerUnit>Days</workflowTimeTriggerUnit>
         </workflowTimeTriggers>
         <workflowTimeTriggers>
@@ -722,15 +711,6 @@
             </actions>
             <offsetFromField>Repair_Quotation__c.ServiceCutPriceSubmitDateBZ__c</offsetFromField>
             <timeLength>3</timeLength>
-            <workflowTimeTriggerUnit>Days</workflowTimeTriggerUnit>
-        </workflowTimeTriggers>
-        <workflowTimeTriggers>
-            <actions>
-                <name>ActionEmailRepairCutZJ</name>
-                <type>Alert</type>
-            </actions>
-            <offsetFromField>Repair_Quotation__c.ServiceCutPriceSubmitDateBZ__c</offsetFromField>
-            <timeLength>9</timeLength>
             <workflowTimeTriggerUnit>Days</workflowTimeTriggerUnit>
         </workflowTimeTriggers>
     </rules>

--
Gitblit v1.9.1