From 0e0dd1e20e7211f3c3c11d77a41090d998dfd06c Mon Sep 17 00:00:00 2001 From: binxie <137736985@qq.com> Date: 星期四, 18 一月 2024 16:32:25 +0800 Subject: [PATCH] bakcupprodwl --- 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