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
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
<?xml version="1.0" encoding="UTF-8"?>
<Workflow xmlns="http://soap.sforce.com/2006/04/metadata">
    <alerts>
        <fullName>ActionEmailCancel</fullName>
        <description>撤回提醒</description>
        <protected>false</protected>
        <recipients>
            <type>creator</type>
        </recipients>
        <recipients>
            <recipient>xingyu_liu@olympus.com.cn</recipient>
            <type>user</type>
        </recipients>
        <senderType>CurrentUser</senderType>
        <template>unfiled$public/Maintenance_ContractUPDateCancel</template>
    </alerts>
    <alerts>
        <fullName>ActionEmailFile</fullName>
        <description>维修合同审批失败</description>
        <protected>false</protected>
        <recipients>
            <type>creator</type>
        </recipients>
        <recipients>
            <recipient>xingyu_liu@olympus.com.cn</recipient>
            <type>user</type>
        </recipients>
        <senderType>CurrentUser</senderType>
        <template>unfiled$public/Maintenance_ContractUPDateFile</template>
    </alerts>
    <alerts>
        <fullName>ActionEmailSuccsee</fullName>
        <description>维修合同审批成功</description>
        <protected>false</protected>
        <recipients>
            <type>creator</type>
        </recipients>
        <recipients>
            <recipient>xingyu_liu@olympus.com.cn</recipient>
            <type>user</type>
        </recipients>
        <senderType>CurrentUser</senderType>
        <template>unfiled$public/Maintenance_ContractUPDateSuccess</template>
    </alerts>
    <alerts>
        <fullName>FirstEmailMaintenance</fullName>
        <description>第一步批准</description>
        <protected>false</protected>
        <recipients>
            <recipient>xingyu_liu@olympus.com.cn</recipient>
            <type>user</type>
        </recipients>
        <senderType>CurrentUser</senderType>
        <template>unfiled$public/Maintenance_ContractUPDate</template>
    </alerts>
    <alerts>
        <fullName>ReadyEmailMaintenance</fullName>
        <description>准备审批</description>
        <protected>false</protected>
        <recipients>
            <type>creator</type>
        </recipients>
        <recipients>
            <recipient>xingyu_liu@olympus.com.cn</recipient>
            <type>user</type>
        </recipients>
        <senderType>CurrentUser</senderType>
        <template>unfiled$public/Maintenance_ContractUPDate</template>
    </alerts>
    <fieldUpdates>
        <fullName>Maintenance_Ing</fullName>
        <field>Status__c</field>
        <literalValue>审批中</literalValue>
        <name>审批中</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Literal</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>Maintenance_Ng</fullName>
        <field>Status__c</field>
        <literalValue>草稿中</literalValue>
        <name>维修合同审批拒绝</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Literal</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>Maintenance_Reday</fullName>
        <field>Status__c</field>
        <literalValue>审批中</literalValue>
        <name>维修合同改期初始</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Literal</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>Maintenance_Success</fullName>
        <field>Status__c</field>
        <literalValue>已审批</literalValue>
        <name>维修合同批准成功</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Literal</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
</Workflow>