GWY
2022-04-27 12b7399736e90d33bfe0c2d29917d6f075246e00
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0" encoding="UTF-8"?>
<Workflow xmlns="http://soap.sforce.com/2006/04/metadata">
    <alerts>
        <fullName>DiscardedEmail</fullName>
        <description>样机废弃</description>
        <protected>false</protected>
        <recipients>
            <field>loaner_Manager__c</field>
            <type>userLookup</type>
        </recipients>
        <senderType>CurrentUser</senderType>
        <template>Loaner_Folder/lost_Maildiscard</template>
    </alerts>
    <alerts>
        <fullName>LostEmail</fullName>
        <description>样机丢失</description>
        <protected>false</protected>
        <recipients>
            <field>loaner_Manager__c</field>
            <type>userLookup</type>
        </recipients>
        <senderType>CurrentUser</senderType>
        <template>Loaner_Folder/lost_Mail</template>
    </alerts>
    <alerts>
        <fullName>Remind_Received</fullName>
        <description>收货日期提醒</description>
        <protected>false</protected>
        <recipients>
            <type>owner</type>
        </recipients>
        <senderType>CurrentUser</senderType>
        <template>unfiled$public/Received_Mail</template>
    </alerts>
    <fieldUpdates>
        <fullName>Abandoned_ok</fullName>
        <field>RAESD_Status__c</field>
        <literalValue>废弃</literalValue>
        <name>批准废弃</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Literal</operation>
        <protected>false</protected>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>Delay_OK</fullName>
        <field>Automatic_Received_Date__c</field>
        <formula>Delay_Received_Date__c</formula>
        <name>延期收货_批准</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>okX1</fullName>
        <field>RAESD_Status__c</field>
        <literalValue>丢失</literalValue>
        <name>批准</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Literal</operation>
        <protected>false</protected>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>okX2</fullName>
        <field>RAESD_Status__c</field>
        <literalValue>丢失</literalValue>
        <name>批准</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Literal</operation>
        <protected>false</protected>
    </fieldUpdates>
</Workflow>