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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0" encoding="UTF-8"?>
<Workflow xmlns="http://soap.sforce.com/2006/04/metadata">
    <alerts>
        <fullName>Acceptance_NG_Email</fullName>
        <ccEmails>hiroki_hotta@olympus.com.cn; shuo_wang@olympus.com.cn</ccEmails>
        <description>清点NG或变更邮件</description>
        <protected>false</protected>
        <senderType>CurrentUser</senderType>
        <template>Asset_Receiving/Acceptance_NG_Email</template>
    </alerts>
    <alerts>
        <fullName>No_Matching_Reminder_Email</fullName>
        <ccEmails>sfdc_lvxueyan@olympus.com.cn</ccEmails>
        <description>无配套提醒邮件</description>
        <protected>false</protected>
        <recipients>
            <recipient>jing_shao@olympus.com.cn</recipient>
            <type>user</type>
        </recipients>
        <recipients>
            <recipient>weibo1_wang@olympus.com.cn</recipient>
            <type>user</type>
        </recipients>
        <recipients>
            <recipient>xuan_li@olympus.com.cn</recipient>
            <type>user</type>
        </recipients>
        <recipients>
            <recipient>ying_liu@olympus.com.cn</recipient>
            <type>user</type>
        </recipients>
        <senderType>CurrentUser</senderType>
        <template>Asset_Receiving/No_Matching_Reminder_Email</template>
    </alerts>
    <rules>
        <fullName>无配套提醒邮件</fullName>
        <actions>
            <name>No_Matching_Reminder_Email</name>
            <type>Alert</type>
        </actions>
        <active>true</active>
        <criteriaItems>
            <field>ReceivingNoteSummary__c.No_Matching_Reminder_Email_Text__c</field>
            <operation>notEqual</operation>
        </criteriaItems>
        <triggerType>onCreateOrTriggeringUpdate</triggerType>
    </rules>
</Workflow>