binxie
2024-01-18 22bd41f13147fce1df6ff35b592720c9cb387de9
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
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="UTF-8"?>
<Workflow xmlns="http://soap.sforce.com/2006/04/metadata">
    <alerts>
        <fullName>PeMailAlert_VF</fullName>
        <ccEmails>Haijuan_Wang@olympus.com.cn</ccEmails>
        <ccEmails>Yoshihiko_Terabori@olympus.com.cn</ccEmails>
        <description>个人评价反馈通知(VF)</description>
        <protected>false</protected>
        <recipients>
            <type>creator</type>
        </recipients>
        <recipients>
            <type>owner</type>
        </recipients>
        <senderType>CurrentUser</senderType>
        <template>Olympus_OCM/PeMailAlert_VF</template>
    </alerts>
    <alerts>
        <fullName>Personal_feedback_email</fullName>
        <description>个人评价反馈通知</description>
        <protected>false</protected>
        <recipients>
            <type>accountOwner</type>
        </recipients>
        <recipients>
            <type>creator</type>
        </recipients>
        <senderType>CurrentUser</senderType>
        <template>Olympus_OCM/Personal_feedback</template>
    </alerts>
    <rules>
        <fullName>个人评价反馈通知</fullName>
        <actions>
            <name>PeMailAlert_VF</name>
            <type>Alert</type>
        </actions>
        <active>true</active>
        <formula>ISCHANGED( SendEmail__c)</formula>
        <triggerType>onAllChanges</triggerType>
    </rules>
</Workflow>