binxie
2024-01-18 22bd41f13147fce1df6ff35b592720c9cb387de9
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
<?xml version="1.0" encoding="UTF-8"?>
<Workflow xmlns="http://soap.sforce.com/2006/04/metadata">
    <fieldUpdates>
        <fullName>UpdateProduct2IdID</fullName>
        <field>Product2Id__c</field>
        <formula>CASESAFEID(Product2Id_Old__c)</formula>
        <name>更新产品ID</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>UpdateProduct2IdName</fullName>
        <field>Product2IdName__c</field>
        <formula>Product2Id_Old__r.Name</formula>
        <name>更新产品Name</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <rules>
        <fullName>更新资产Power-BI</fullName>
        <actions>
            <name>UpdateProduct2IdID</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>UpdateProduct2IdName</name>
            <type>FieldUpdate</type>
        </actions>
        <active>false</active>
        <formula>true</formula>
        <triggerType>onAllChanges</triggerType>
    </rules>
</Workflow>