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
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
<?xml version="1.0" encoding="UTF-8"?>
<Workflow xmlns="http://soap.sforce.com/2006/04/metadata">
    <fieldUpdates>
        <fullName>UpdateAssetName</fullName>
        <field>AssetName__c</field>
        <formula>Asset_Old__r.Name</formula>
        <name>更新保有设备 Name</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>UpdateAsset_new</fullName>
        <field>Asset__c</field>
        <formula>CASESAFEID(Asset_Old__c)</formula>
        <name>更新保有设备 ID</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>UpdateCDS_staffName</fullName>
        <field>CDS_staffName__c</field>
        <formula>CDS_staff_Old__r.Name__c</formula>
        <name>更新消毒人员 Name</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>UpdateCDS_staff_new</fullName>
        <field>CDS_staff__c</field>
        <formula>CASESAFEID(CDS_staff_Old__c)</formula>
        <name>更新消毒人员 ID</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>UpdateCancel_MemName</fullName>
        <field>Cancel_MemName__c</field>
        <formula>Cancel_Mem_Old__r.Name__c</formula>
        <name>更新取消者 Name</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>UpdateCancel_Mem_new</fullName>
        <field>Cancel_Mem__c</field>
        <formula>CASESAFEID(Cancel_Mem_Old__c)</formula>
        <name>更新取消者 ID</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>UpdateDeliverySlipName</fullName>
        <field>DeliverySlipName__c</field>
        <formula>DeliverySlip_Old__r.Name</formula>
        <name>更新发货运输单 Name</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>UpdateDeliverySlip_New</fullName>
        <field>DeliverySlip__c</field>
        <formula>CASESAFEID(DeliverySlip_Old__c)</formula>
        <name>更新发货运输单 ID</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>UpdateFixture_Set_Detail_New</fullName>
        <field>Fixture_Set_DetailName__c</field>
        <formula>CASESAFEID(Fixture_Set_Detail_Old__c)</formula>
        <name>更新备品配套明细 ID</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>UpdateInspection_staffName</fullName>
        <field>Inspection_staffName__c</field>
        <formula>Inspection_staff_Old__r.Name__c</formula>
        <name>更新发货前-检测人员 Name</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>UpdateInspection_staff_AfterName</fullName>
        <field>Inspection_staff_AfterName__c</field>
        <formula>Inspection_staff_After_Old__r.Name__c</formula>
        <name>更新回收后-检测人员(最初)Name</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>UpdateInspection_staff_After_FinalName</fullName>
        <field>Inspection_staff_After_FinalName__c</field>
        <formula>Inspection_staff_After_Final_Old__r.Name__c</formula>
        <name>回收后-检测人员(最终)Name</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>UpdateInspection_staff_After_Final_New</fullName>
        <field>Inspection_staff_After_Final__c</field>
        <formula>CASESAFEID(Inspection_staff_After_Final_Old__c)</formula>
        <name>更新 回收后-检测人员(最终)ID</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>UpdateInspection_staff_After_New</fullName>
        <field>Inspection_staff_After__c</field>
        <formula>CASESAFEID(Inspection_staff_After_Old__c)</formula>
        <name>更新回收后-检测人员(最初)ID</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>UpdateInspection_staff_New</fullName>
        <field>Inspection_staff__c</field>
        <formula>CASESAFEID(Inspection_staff_Old__c)</formula>
        <name>更新发货前-检测人员 ID</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>UpdateLost_item_check_staffName</fullName>
        <field>Lost_item_check_staffName__c</field>
        <formula>Lost_item_check_staff_Old__r.Name__c</formula>
        <name>更新欠品确认者(最初)Name</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>UpdateLost_item_check_staff_FinalName</fullName>
        <field>Lost_item_check_staff_FinalName__c</field>
        <formula>Lost_item_check_staff_Final_Old__r.Name__c</formula>
        <name>更新欠品确认者(最终)Name</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>UpdateLost_item_check_staff_Final_new</fullName>
        <field>Lost_item_check_staff_Final__c</field>
        <formula>CASESAFEID(Lost_item_check_staff_Final_Old__c)</formula>
        <name>更新欠品确认者(最终)ID</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>UpdateLost_item_check_staff_new</fullName>
        <field>Lost_item_check_staff__c</field>
        <formula>CASESAFEID(Lost_item_check_staff_Old__c)</formula>
        <name>更新欠品确认者(最初)ID</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>UpdateRental_ApplyName</fullName>
        <field>Rental_ApplyName__c</field>
        <formula>Rental_Apply_Old__r.Name</formula>
        <name>更新备品借出申请 Name</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>UpdateRental_Apply_Equipment_SetName</fullName>
        <field>Rental_Apply_Equipment_SetName__c</field>
        <formula>Rental_Apply_Equipment_Set_Old__r.Name</formula>
        <name>更新备品配套借出历史 Name</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>UpdateRental_Apply_Equipment_Set_New</fullName>
        <field>Rental_Apply_Equipment_Set__c</field>
        <formula>CASESAFEID(Rental_Apply_Equipment_Set_Old__c)</formula>
        <name>更新备品配套借出历史ID</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>UpdateRental_Apply_New</fullName>
        <field>Rental_Apply__c</field>
        <formula>CASESAFEID(Rental_Apply_Old__c)</formula>
        <name>更新备品借出申请 ID</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>UpdateReturn_DeliverySlip_New</fullName>
        <field>Return_DeliverySlip__c</field>
        <formula>CASESAFEID(Return_DeliverySlip_Old__c)</formula>
        <name>更新回寄运输单ID</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>UpdateReturn_wh_chenk_staffName</fullName>
        <field>Return_wh_chenk_staffName__c</field>
        <formula>Return_wh_chenk_staff_Old__r.Name__c</formula>
        <name>更新回库确认者 Name</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>UpdateReturn_wh_chenk_staff_new</fullName>
        <field>Return_wh_chenk_staff__c</field>
        <formula>CASESAFEID(Return_wh_chenk_staff_Old__c)</formula>
        <name>更新回库确认者 ID</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>UpdateStockDown_staffName</fullName>
        <field>StockDown_staffName__c</field>
        <formula>StockDown_staff_Old__r.Name__c</formula>
        <name>更新下架人员 Name</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>UpdateStockDown_staff_New</fullName>
        <field>StockDown_staff__c</field>
        <formula>CASESAFEID(StockDown_staff_Old__c)</formula>
        <name>更新下架人员 ID</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>updateFixture_Set_DetailName</fullName>
        <field>Fixture_Set_DetailName__c</field>
        <formula>Fixture_Set_Detail_Old__r.Name</formula>
        <name>更新备品配套明细Name</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>updateReturn_DeliverySlipName</fullName>
        <field>Return_DeliverySlipName__c</field>
        <formula>Return_DeliverySlip_Old__r.Name</formula>
        <name>更新回寄运输单 Name</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <rules>
        <fullName>Rental_Apply_Equipment_Set_DetailPB1</fullName>
        <actions>
            <name>UpdateInspection_staff_AfterName</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>UpdateInspection_staff_After_FinalName</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>UpdateInspection_staff_After_Final_New</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>UpdateInspection_staff_After_New</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>UpdateReturn_DeliverySlip_New</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>UpdateReturn_wh_chenk_staffName</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>UpdateReturn_wh_chenk_staff_new</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>UpdateStockDown_staffName</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>UpdateStockDown_staff_New</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>updateReturn_DeliverySlipName</name>
            <type>FieldUpdate</type>
        </actions>
        <active>false</active>
        <formula>true</formula>
        <triggerType>onAllChanges</triggerType>
    </rules>
    <rules>
        <fullName>Rental_Apply_Equipment_Set_DetailPB2</fullName>
        <actions>
            <name>UpdateAssetName</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>UpdateAsset_new</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>UpdateCDS_staffName</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>UpdateCDS_staff_new</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>UpdateCancel_MemName</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>UpdateCancel_Mem_new</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>UpdateLost_item_check_staffName</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>UpdateLost_item_check_staff_FinalName</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>UpdateLost_item_check_staff_Final_new</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>UpdateLost_item_check_staff_new</name>
            <type>FieldUpdate</type>
        </actions>
        <active>false</active>
        <formula>true</formula>
        <triggerType>onAllChanges</triggerType>
    </rules>
    <rules>
        <fullName>Rental_Apply_Equipment_Set_DetailPB3</fullName>
        <actions>
            <name>UpdateDeliverySlipName</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>UpdateDeliverySlip_New</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>UpdateFixture_Set_Detail_New</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>UpdateInspection_staffName</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>UpdateInspection_staff_New</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>UpdateRental_ApplyName</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>UpdateRental_Apply_Equipment_SetName</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>UpdateRental_Apply_New</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>updateFixture_Set_DetailName</name>
            <type>FieldUpdate</type>
        </actions>
        <active>false</active>
        <formula>true</formula>
        <triggerType>onAllChanges</triggerType>
    </rules>
</Workflow>