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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
<?xml version="1.0" encoding="UTF-8"?>
<Workflow xmlns="http://soap.sforce.com/2006/04/metadata">
    <alerts>
        <fullName>Acceptance_NG_Email</fullName>
        <ccEmails>sfdc_lvxueyan@olympus.com.cn</ccEmails>
        <description>清点NG或变更邮件</description>
        <protected>false</protected>
        <recipients>
            <field>Reception_mail_address__c</field>
            <type>email</type>
        </recipients>
        <senderType>CurrentUser</senderType>
        <template>Asset_Receiving/Acceptance_NG_Email</template>
    </alerts>
    <alerts>
        <fullName>Have_Arrival_wh_Email</fullName>
        <description>已入库邮件</description>
        <protected>false</protected>
        <recipients>
            <field>Reception_mail_address__c</field>
            <type>email</type>
        </recipients>
        <senderType>CurrentUser</senderType>
        <template>Asset_Receiving/Have_Arrival_wh_Email</template>
    </alerts>
    <alerts>
        <fullName>Please_Arrival_wh_Email</fullName>
        <description>请入库邮件</description>
        <protected>false</protected>
        <recipients>
            <field>Loaner_centre_mail_address__c</field>
            <type>email</type>
        </recipients>
        <senderType>CurrentUser</senderType>
        <template>Asset_Receiving/Please_Arrival_wh_Email</template>
    </alerts>
    <alerts>
        <fullName>Please_Arrival_wh_Request_Email</fullName>
        <description>请入库指示邮件(验收完成提醒)</description>
        <protected>false</protected>
        <recipients>
            <field>Reception_mail_address__c</field>
            <type>email</type>
        </recipients>
        <senderType>CurrentUser</senderType>
        <template>Asset_Receiving/Please_Arrival_wh_Request_Email</template>
    </alerts>
    <alerts>
        <fullName>ReceivingNoteArrive</fullName>
        <ccEmails>lijinhuan@prec-tech.com</ccEmails>
        <ccEmails>sfdc_lvxueyan@olympus.com.cn</ccEmails>
        <description>SAP传输至SFDC后推送邮件</description>
        <protected>false</protected>
        <recipients>
            <field>Reception_mail_address__c</field>
            <type>email</type>
        </recipients>
        <senderType>CurrentUser</senderType>
        <template>Asset_Receiving/ReceivingNoteArrive</template>
    </alerts>
    <alerts>
        <fullName>Reject_ReceivingNoteDetail_Email</fullName>
        <ccEmails>sfdc_lvxueyan@olympus.com.cn</ccEmails>
        <description>驳回收货清单配套一览明细邮件</description>
        <protected>false</protected>
        <recipients>
            <field>Loaner_centre_mail_address__c</field>
            <type>email</type>
        </recipients>
        <senderType>CurrentUser</senderType>
        <template>Asset_Receiving/Reject_ReceivingNoteDetail_Email</template>
    </alerts>
    <alerts>
        <fullName>Send_Model_Reminder_Email</fullName>
        <ccEmails>sfdc_lvxueyan@olympus.com.cn</ccEmails>
        <description>型号提醒邮件</description>
        <protected>false</protected>
        <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/Model_Reminder_Email</template>
    </alerts>
    <fieldUpdates>
        <fullName>RN_Loaner_centre_mail_address_update</fullName>
        <description>收货清点备品中心邮件地址更新</description>
        <field>Loaner_centre_mail_address__c</field>
        <formula>IF( NOT(ISBLANK(Internal_asset_location__c)), 
CASE(Internal_asset_location__c, 
&quot;北京 备品中心&quot;,&quot;OCMAssetBJ_Storage@olympus.com.cn&quot;, 
&quot;上海 备品中心&quot;,&quot;OCMAssetSH_Storage@olympus.com.cn&quot;, 
&quot;广州 备品中心&quot;,&quot;OCMAssetGZ_Storage@olympus.com.cn&quot;, 
&quot;&quot;),&quot;&quot;)</formula>
        <name>收货清单备品中心邮件地址更新</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>Reception_mail_address_Update</fullName>
        <description>受理邮件地址更新</description>
        <field>Reception_mail_address__c</field>
        <formula>IF( NOT(ISBLANK(Internal_asset_location__c)),
CASE(Internal_asset_location__c,
&quot;北京 备品中心&quot;,&quot;OCM_Asset@olympus.com.cn&quot;,
&quot;上海 备品中心&quot;,&quot;OCM_AssetSH@olympus.com.cn&quot;,
&quot;广州 备品中心&quot;,&quot;OCM_AssetGZ@olympus.com.cn&quot;,
&quot;&quot;),&quot;&quot;)</formula>
        <name>受理邮件地址更新</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>Update_Send_Arrival_wh_Email</fullName>
        <field>Send_Arrival_wh_Email__c</field>
        <literalValue>1</literalValue>
        <name>更新已发送入库邮件</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Literal</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <rules>
        <fullName>SAP传输至SFDC后推送邮件</fullName>
        <actions>
            <name>ReceivingNoteArrive</name>
            <type>Alert</type>
        </actions>
        <active>true</active>
        <description>SAP传输至SFDC后推送邮件</description>
        <formula>AND(!ISBLANK(Reception_mail_address__c) ,Fixture_Model_No_Email__c != null)</formula>
        <triggerType>onCreateOrTriggeringUpdate</triggerType>
    </rules>
    <rules>
        <fullName>受理邮件地址更新</fullName>
        <actions>
            <name>Reception_mail_address_Update</name>
            <type>FieldUpdate</type>
        </actions>
        <active>true</active>
        <criteriaItems>
            <field>ReceivingNote__c.ManagementCenter__c</field>
            <operation>notEqual</operation>
        </criteriaItems>
        <description>受理邮件地址更新</description>
        <triggerType>onAllChanges</triggerType>
    </rules>
    <rules>
        <fullName>型号提醒邮件</fullName>
        <actions>
            <name>Send_Model_Reminder_Email</name>
            <type>Alert</type>
        </actions>
        <active>true</active>
        <criteriaItems>
            <field>ReceivingNote__c.Model_Reminder_Email_Text__c</field>
            <operation>notEqual</operation>
        </criteriaItems>
        <triggerType>onCreateOrTriggeringUpdate</triggerType>
    </rules>
    <rules>
        <fullName>已入库邮件</fullName>
        <actions>
            <name>Have_Arrival_wh_Email</name>
            <type>Alert</type>
        </actions>
        <actions>
            <name>Update_Send_Arrival_wh_Email</name>
            <type>FieldUpdate</type>
        </actions>
        <active>true</active>
        <criteriaItems>
            <field>ReceivingNote__c.Have_Arrival_wh_Email__c</field>
            <operation>notEqual</operation>
        </criteriaItems>
        <triggerType>onCreateOrTriggeringUpdate</triggerType>
    </rules>
    <rules>
        <fullName>收货清单备品中心邮件地址更新</fullName>
        <actions>
            <name>RN_Loaner_centre_mail_address_update</name>
            <type>FieldUpdate</type>
        </actions>
        <active>true</active>
        <criteriaItems>
            <field>ReceivingNote__c.ManagementCenter__c</field>
            <operation>notEqual</operation>
        </criteriaItems>
        <description>收货清单备品中心邮件地址更新</description>
        <triggerType>onAllChanges</triggerType>
    </rules>
    <rules>
        <fullName>清点NG或变更邮件</fullName>
        <actions>
            <name>Acceptance_NG_Email</name>
            <type>Alert</type>
        </actions>
        <active>true</active>
        <criteriaItems>
            <field>ReceivingNote__c.Acceptance_NG_Email__c</field>
            <operation>notEqual</operation>
        </criteriaItems>
        <triggerType>onCreateOrTriggeringUpdate</triggerType>
    </rules>
    <rules>
        <fullName>请入库指示邮件%EF%BC%88验收完成提醒%EF%BC%89</fullName>
        <actions>
            <name>Please_Arrival_wh_Request_Email</name>
            <type>Alert</type>
        </actions>
        <active>true</active>
        <criteriaItems>
            <field>ReceivingNote__c.Inspection_Finish_Email__c</field>
            <operation>notEqual</operation>
        </criteriaItems>
        <triggerType>onCreateOrTriggeringUpdate</triggerType>
    </rules>
    <rules>
        <fullName>请入库邮件</fullName>
        <actions>
            <name>Please_Arrival_wh_Email</name>
            <type>Alert</type>
        </actions>
        <active>true</active>
        <criteriaItems>
            <field>ReceivingNote__c.Please_Arrival_wh_Email__c</field>
            <operation>notEqual</operation>
        </criteriaItems>
        <triggerType>onCreateOrTriggeringUpdate</triggerType>
    </rules>
    <rules>
        <fullName>驳回收货清单配套一览明细邮件</fullName>
        <actions>
            <name>Reject_ReceivingNoteDetail_Email</name>
            <type>Alert</type>
        </actions>
        <active>true</active>
        <criteriaItems>
            <field>ReceivingNote__c.Wei_DataConfirmationAgain_Reject_Cnt__c</field>
            <operation>equals</operation>
            <value>0</value>
        </criteriaItems>
        <criteriaItems>
            <field>ReceivingNote__c.Reject_ReceivingNoteDetail_Email_Text__c</field>
            <operation>notEqual</operation>
        </criteriaItems>
        <triggerType>onCreateOrTriggeringUpdate</triggerType>
    </rules>
</Workflow>