From 22bd41f13147fce1df6ff35b592720c9cb387de9 Mon Sep 17 00:00:00 2001
From: binxie <137736985@qq.com>
Date: 星期四, 18 一月 2024 15:19:29 +0800
Subject: [PATCH] ali5 workflow backup0118

---
 force-app/main/default/workflows/Request_tedner_doc__c.workflow-meta.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/force-app/main/default/workflows/Request_tedner_doc__c.workflow-meta.xml b/force-app/main/default/workflows/Request_tedner_doc__c.workflow-meta.xml
index 61d3807..b711257 100644
--- a/force-app/main/default/workflows/Request_tedner_doc__c.workflow-meta.xml
+++ b/force-app/main/default/workflows/Request_tedner_doc__c.workflow-meta.xml
@@ -34,7 +34,7 @@
             <name>Cancel_tender_request_doc</name>
             <type>Alert</type>
         </actions>
-        <active>false</active>
+        <active>true</active>
         <formula>AND(ISCHANGED( Submit_check_flag__c ),Submit_check_flag__c=false)</formula>
         <triggerType>onAllChanges</triggerType>
     </rules>
@@ -44,7 +44,7 @@
             <name>Request_tender_doc_prepare</name>
             <type>Alert</type>
         </actions>
-        <active>false</active>
+        <active>true</active>
         <formula>AND(ISCHANGED( Submit_check_flag__c ),Submit_check_flag__c=true)</formula>
         <triggerType>onAllChanges</triggerType>
     </rules>

--
Gitblit v1.9.1