From 491cdf387e0c67fb95410c06547ff062a11f7bd3 Mon Sep 17 00:00:00 2001 From: binxie <137736985@qq.com> Date: 星期五, 19 一月 2024 15:21:48 +0800 Subject: [PATCH] backup workflow update0119 --- force-app/main/default/workflows/CancelPostponePlan__c.workflow-meta.xml | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/force-app/main/default/workflows/CancelPostponePlan__c.workflow-meta.xml b/force-app/main/default/workflows/CancelPostponePlan__c.workflow-meta.xml index 8f04efe..638d338 100644 --- a/force-app/main/default/workflows/CancelPostponePlan__c.workflow-meta.xml +++ b/force-app/main/default/workflows/CancelPostponePlan__c.workflow-meta.xml @@ -70,7 +70,7 @@ <type>Alert</type> </actions> <active>true</active> - <booleanFilter>1 AND 2 AND 3</booleanFilter> + <booleanFilter>1 AND 2</booleanFilter> <criteriaItems> <field>CancelPostponePlan__c.Status__c</field> <operation>equals</operation> @@ -80,11 +80,6 @@ <field>CancelPostponePlan__c.if_HaveRental_Apply__c</field> <operation>equals</operation> <value>鐪�</value> - </criteriaItems> - <criteriaItems> - <field>CancelPostponePlan__c.cancelReasonCombobox__c</field> - <operation>notEqual</operation> - <value>鏃犲鍝�</value> </criteriaItems> <description>opd鍙栨秷鎴愬姛涔嬪悗缁檕pd鎷呭綋鍙戦偖浠�</description> <triggerType>onCreateOrTriggeringUpdate</triggerType> -- Gitblit v1.9.1