<?xml version="1.0" encoding="UTF-8"?>
|
<Workflow xmlns="http://soap.sforce.com/2006/04/metadata">
|
<alerts>
|
<fullName>FSEInspectionRemindFifteenAgo</fullName>
|
<description>当次点检截止日15天,发送邮件告知FSE未点检完设备信息</description>
|
<protected>false</protected>
|
<recipients>
|
<field>Service_Contract_Staff__c</field>
|
<type>userLookup</type>
|
</recipients>
|
<senderType>CurrentUser</senderType>
|
<template>unfiled$public/FSEInspectionRemind</template>
|
</alerts>
|
<rules>
|
<fullName>FSE分批点检遗漏设备提醒</fullName>
|
<active>true</active>
|
<description>当次点检截止日前15天 发邮件提醒</description>
|
<formula>Planned_check_equipment_Num__c >0 && ActualNumNoEqualsPlanNum__c = true</formula>
|
<triggerType>onCreateOrTriggeringUpdate</triggerType>
|
<workflowTimeTriggers>
|
<actions>
|
<name>FSEInspectionRemindFifteenAgo</name>
|
<type>Alert</type>
|
</actions>
|
<offsetFromField>Inspectup_Plan__c.Planned_End_Date__c</offsetFromField>
|
<timeLength>-15</timeLength>
|
<workflowTimeTriggerUnit>Days</workflowTimeTriggerUnit>
|
</workflowTimeTriggers>
|
</rules>
|
</Workflow>
|