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/Inspection_Item__c.workflow-meta.xml |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/force-app/main/default/workflows/Inspection_Item__c.workflow-meta.xml b/force-app/main/default/workflows/Inspection_Item__c.workflow-meta.xml
index 2fcf8ab..d159f4e 100644
--- a/force-app/main/default/workflows/Inspection_Item__c.workflow-meta.xml
+++ b/force-app/main/default/workflows/Inspection_Item__c.workflow-meta.xml
@@ -8,7 +8,15 @@
             <type>owner</type>
         </recipients>
         <recipients>
+            <recipient>daisuke_goto@olympus.com.cn</recipient>
+            <type>user</type>
+        </recipients>
+        <recipients>
             <recipient>haijuan_wang@olympus.com.cn</recipient>
+            <type>user</type>
+        </recipients>
+        <recipients>
+            <recipient>yoshihiko_terabori@olympus.com.cn</recipient>
             <type>user</type>
         </recipients>
         <senderType>CurrentUser</senderType>
@@ -41,7 +49,8 @@
             <type>Alert</type>
         </actions>
         <active>false</active>
-        <formula>AND(  ISBLANK(AssetId__c),not(ISBLANK(Product_Manual__c)), InsReportStatus__c = &quot;鐢宠涓�&quot;)</formula>
+        <formula>AND(
+ ISBLANK(AssetId__c),not(ISBLANK(Product_Manual__c)), InsReportStatus__c = &quot;鐢宠涓�&quot;)</formula>
         <triggerType>onCreateOrTriggeringUpdate</triggerType>
     </rules>
     <rules>

--
Gitblit v1.9.1