From 1d91be0be5220ce19ee64de5a5c9a8237b1c15b1 Mon Sep 17 00:00:00 2001 From: binxie <137736985@qq.com> Date: 星期六, 20 一月 2024 13:53:08 +0800 Subject: [PATCH] add workflow0120 --- 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