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
<?xml version="1.0" encoding="UTF-8"?>
<Workflow xmlns="http://soap.sforce.com/2006/04/metadata">
    <fieldUpdates>
        <fullName>UpdatePerson_In_ChargeName</fullName>
        <field>Person_In_ChargeName__c</field>
        <formula>Person_In_Charge_Old__r.Name__c</formula>
        <name>更新备品出借担当 NAME</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>UpdatePerson_In_Charge_New</fullName>
        <field>Person_In_Charge__c</field>
        <formula>CASESAFEID(Person_In_Charge_Old__c)</formula>
        <name>更新备品出借担当ID</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>UpdateapplyUserName</fullName>
        <field>applyUserName__c</field>
        <formula>applyUser_Old__r.Name__c</formula>
        <name>更新操作者 Name</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>UpdateapplyUser_new</fullName>
        <field>applyUser__c</field>
        <formula>CASESAFEID(applyUser_Old__c)</formula>
        <name>更新操作者_ID</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <rules>
        <fullName>Rental_Apply_Power_BI</fullName>
        <actions>
            <name>UpdatePerson_In_ChargeName</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>UpdatePerson_In_Charge_New</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>UpdateapplyUserName</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>UpdateapplyUser_new</name>
            <type>FieldUpdate</type>
        </actions>
        <active>false</active>
        <formula>true</formula>
        <triggerType>onAllChanges</triggerType>
    </rules>
</Workflow>