From e0de9222da210f9c8eb1a9f5400f936a14923e11 Mon Sep 17 00:00:00 2001 From: binxie <137736985@qq.com> Date: 星期六, 20 一月 2024 13:16:47 +0800 Subject: [PATCH] addvalidationrule --- force-app/main/default/workflows/Product_Documentation__c.workflow-meta.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/force-app/main/default/workflows/Product_Documentation__c.workflow-meta.xml b/force-app/main/default/workflows/Product_Documentation__c.workflow-meta.xml index 6815b87..7732d4a 100644 --- a/force-app/main/default/workflows/Product_Documentation__c.workflow-meta.xml +++ b/force-app/main/default/workflows/Product_Documentation__c.workflow-meta.xml @@ -16,7 +16,7 @@ <description>浜у搧璧勬枡鍏紑鐢宠-GI-</description> <protected>false</protected> <recipients> - <recipient>manli_wu@olympus.com.cn</recipient> + <recipient>it_prectech@olympus.com.cn</recipient> <type>user</type> </recipients> <senderType>CurrentUser</senderType> @@ -197,7 +197,7 @@ <criteriaItems> <field>Product_Documentation__c.Close_material__c</field> <operation>equals</operation> - <value>True</value> + <value>鐪�</value> </criteriaItems> <criteriaItems> <field>Product_Documentation__c.Material_status__c</field> @@ -216,7 +216,7 @@ <criteriaItems> <field>Product_Documentation__c.Material_deleate_request__c</field> <operation>equals</operation> - <value>True</value> + <value>鐪�</value> </criteriaItems> <triggerType>onCreateOrTriggeringUpdate</triggerType> </rules> -- Gitblit v1.9.1