binxie
2024-01-20 1d91be0be5220ce19ee64de5a5c9a8237b1c15b1
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<?xml version="1.0" encoding="UTF-8"?>
<Workflow xmlns="http://soap.sforce.com/2006/04/metadata">
    <alerts>
        <fullName>SpecialOfferProductSubmission</fullName>
        <description>特价产品提交</description>
        <protected>false</protected>
        <recipients>
            <type>owner</type>
        </recipients>
        <recipients>
            <field>AP_Manager__c</field>
            <type>userLookup</type>
        </recipients>
        <senderType>CurrentUser</senderType>
        <template>SpecialPriceForConsumption/SpecialPriceforHospital_Submit</template>
    </alerts>
    <alerts>
        <fullName>SpecialOfferRejected</fullName>
        <description>特价产品驳回</description>
        <protected>false</protected>
        <recipients>
            <field>AP_Manager__c</field>
            <type>userLookup</type>
        </recipients>
        <senderType>CurrentUser</senderType>
        <template>SpecialPriceForConsumption/SpecialPriceforHospital_Reject</template>
    </alerts>
    <alerts>
        <fullName>SpecialPriceforHospital_Approval</fullName>
        <description>医院特价批准</description>
        <protected>false</protected>
        <recipients>
            <type>creator</type>
        </recipients>
        <senderType>CurrentUser</senderType>
        <template>SpecialPriceForConsumption/SpecialPriceforHospital_Approval</template>
    </alerts>
    <alerts>
        <fullName>SpecialPriceforHospital_Reject</fullName>
        <description>医院特价驳回</description>
        <protected>false</protected>
        <recipients>
            <type>creator</type>
        </recipients>
        <senderType>CurrentUser</senderType>
        <template>SpecialPriceForConsumption/SpecialPriceforHospital_Reject</template>
    </alerts>
    <alerts>
        <fullName>SpecialPriceforHospital_Submit</fullName>
        <description>医院特价提交邮件</description>
        <protected>false</protected>
        <recipients>
            <type>owner</type>
        </recipients>
        <recipients>
            <recipient>fang_tan@olympus.com.cn</recipient>
            <type>user</type>
        </recipients>
        <senderType>CurrentUser</senderType>
        <template>SpecialPriceForConsumption/SpecialPriceforHospital_Submit</template>
    </alerts>
    <alerts>
        <fullName>SpecialProductApproval</fullName>
        <description>特价产品批准</description>
        <protected>false</protected>
        <recipients>
            <field>AP_Manager__c</field>
            <type>userLookup</type>
        </recipients>
        <senderType>CurrentUser</senderType>
        <template>SpecialPriceForConsumption/SpecialPriceforHospital_Approval</template>
    </alerts>
    <fieldUpdates>
        <fullName>Draft</fullName>
        <field>ApplicationStatus__c</field>
        <literalValue>草案中</literalValue>
        <name>调回草案中</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Literal</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>StatusCancel</fullName>
        <field>ApplicationStatus__c</field>
        <literalValue>驳回</literalValue>
        <name>状态驳回</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Literal</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>statusApplication</fullName>
        <field>ApplicationStatus__c</field>
        <literalValue>申请中</literalValue>
        <name>状态申请中</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Literal</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>statusApprove</fullName>
        <field>ApplicationStatus__c</field>
        <literalValue>批准</literalValue>
        <name>状态批准</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Literal</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
</Workflow>