From 0e0dd1e20e7211f3c3c11d77a41090d998dfd06c Mon Sep 17 00:00:00 2001 From: binxie <137736985@qq.com> Date: 星期四, 18 一月 2024 16:32:25 +0800 Subject: [PATCH] bakcupprodwl --- force-app/main/default/workflows/Maintenance_Contract__c.workflow-meta.xml | 27 +++++++++++++++++++++++++++ 1 files changed, 27 insertions(+), 0 deletions(-) diff --git a/force-app/main/default/workflows/Maintenance_Contract__c.workflow-meta.xml b/force-app/main/default/workflows/Maintenance_Contract__c.workflow-meta.xml index bf0e30a..b8444a5 100644 --- a/force-app/main/default/workflows/Maintenance_Contract__c.workflow-meta.xml +++ b/force-app/main/default/workflows/Maintenance_Contract__c.workflow-meta.xml @@ -2050,6 +2050,33 @@ <triggerType>onAllChanges</triggerType> </rules> <rules> + <fullName>鑽夋涓�3澶╄鍫�7澶╁彇娑�</fullName> + <active>false</active> + <criteriaItems> + <field>Maintenance_Contract__c.Status__c</field> + <operation>equals</operation> + <value>鑽夋涓�</value> + </criteriaItems> + <triggerType>onCreateOrTriggeringUpdate</triggerType> + <workflowTimeTriggers> + <actions> + <name>X3dayspassed</name> + <type>Task</type> + </actions> + <offsetFromField>Maintenance_Contract__c.CreatedDate</offsetFromField> + <timeLength>3</timeLength> + <workflowTimeTriggerUnit>Days</workflowTimeTriggerUnit> + </workflowTimeTriggers> + <workflowTimeTriggers> + <actions> + <name>Status_cancel</name> + <type>FieldUpdate</type> + </actions> + <timeLength>7</timeLength> + <workflowTimeTriggerUnit>Days</workflowTimeTriggerUnit> + </workflowTimeTriggers> + </rules> + <rules> <fullName>铏氭嫙缁翠慨鍚堝悓鏃ユ湡鏂囨湰鍖�</fullName> <actions> <name>endDateGuranteeToText</name> -- Gitblit v1.9.1