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/Quote.workflow-meta.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/force-app/main/default/workflows/Quote.workflow-meta.xml b/force-app/main/default/workflows/Quote.workflow-meta.xml
index 51d3130..c20d018 100644
--- a/force-app/main/default/workflows/Quote.workflow-meta.xml
+++ b/force-app/main/default/workflows/Quote.workflow-meta.xml
@@ -84,7 +84,8 @@
             <type>Alert</type>
         </actions>
         <active>true</active>
-        <formula>Not(isNull(Queto_Confirm_Date__c))&amp;&amp;  isNull(PRIORVALUE(Queto_Confirm_Date__c ))</formula>
+        <formula>Not(isNull(Queto_Confirm_Date__c))&amp;&amp;
+ isNull(PRIORVALUE(Queto_Confirm_Date__c ))</formula>
         <triggerType>onAllChanges</triggerType>
     </rules>
 </Workflow>

--
Gitblit v1.9.1