binxie
2024-01-20 2ff0f0a7ab276c3466d9e06e14222db802194efc
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
<?xml version="1.0" encoding="UTF-8"?>
<Workflow xmlns="http://soap.sforce.com/2006/04/metadata">
    <fieldUpdates>
        <fullName>UpdateCancel_MemID</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>UpdateFirst_RAESDName</fullName>
        <field>First_RAESDName__c</field>
        <formula>First_RAESD_Old__r.Name</formula>
        <name>更新第一条备品配套明细 Name</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>UpdateFirst_RAESD_newID</fullName>
        <field>First_RAESD__c</field>
        <formula>CASESAFEID(First_RAESD_Old__c)</formula>
        <name>更新第一条备品配套明细 ID</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>UpdateFixture_SetName</fullName>
        <field>Fixture_SetName__c</field>
        <formula>Fixture_Set_Old__r.Name</formula>
        <name>更新备品配套 NAME</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>UpdateFixture_Set_New</fullName>
        <field>Fixture_Set__c</field>
        <formula>CASESAFEID(Fixture_Set_Old__c)</formula>
        <name>更新备品配套 ID</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>UpdateNo_NAME</fullName>
        <field>Rental_ApplyName__c</field>
        <formula>Rental_Apply_Old__r.Name</formula>
        <name>备品借出申请No NAME</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>UpdateRental_ApplyID</fullName>
        <field>Rental_Apply__c</field>
        <formula>CASESAFEID(Rental_Apply_Old__c)</formula>
        <name>更新备品借出申请NoID</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>
    <rules>
        <fullName>Rental_Apply_Equipment_Set_Power_BI</fullName>
        <actions>
            <name>UpdateCancel_MemID</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>UpdateFirst_RAESDName</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>UpdateFirst_RAESD_newID</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>UpdateFixture_SetName</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>UpdateFixture_Set_New</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>UpdateNo_NAME</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>UpdateRental_ApplyID</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>updateCancel_MemName</name>
            <type>FieldUpdate</type>
        </actions>
        <active>false</active>
        <formula>true</formula>
        <triggerType>onAllChanges</triggerType>
    </rules>
</Workflow>