binxie
2024-01-20 1d91be0be5220ce19ee64de5a5c9a8237b1c15b1
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
<?xml version="1.0" encoding="UTF-8"?>
<Workflow xmlns="http://soap.sforce.com/2006/04/metadata">
    <fieldUpdates>
        <fullName>Estimate_List_Price_All_Copy_Txt</fullName>
        <field>Estimate_List_Price_All_Txt__c</field>
        <formula>Estimate_List_Price_All__c</formula>
        <name>合同价格公式拷文本</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>UpdateProduct_Manual_Text</fullName>
        <field>Product_Manual_Text__c</field>
        <formula>Product_Manual__c</formula>
        <name>更新产品手动(文本)</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>UpdateSerial_number_text</fullName>
        <field>Serial_number_text__c</field>
        <formula>Serial_number__c</formula>
        <name>更新机身号码(文本)</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <rules>
        <fullName>EstimateListPriceAll_CopyTxt</fullName>
        <actions>
            <name>Estimate_List_Price_All_Copy_Txt</name>
            <type>FieldUpdate</type>
        </actions>
        <active>true</active>
        <description>合同价格(公式拷文本)</description>
        <formula>true</formula>
        <triggerType>onAllChanges</triggerType>
    </rules>
    <rules>
        <fullName>transferProduct_Manual_Serial_number</fullName>
        <actions>
            <name>UpdateProduct_Manual_Text</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>UpdateSerial_number_text</name>
            <type>FieldUpdate</type>
        </actions>
        <active>true</active>
        <description>把机身号码和产品手动复制到文本</description>
        <formula>true</formula>
        <triggerType>onAllChanges</triggerType>
    </rules>
</Workflow>