binxie
2024-01-22 102afa21c115e8c8b9333a326c3d1af08fe76faf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?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 &gt;0 &amp;&amp;  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>