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
<?xml version="1.0" encoding="UTF-8"?>
<Workflow xmlns="http://soap.sforce.com/2006/04/metadata">
    <fieldUpdates>
        <fullName>Owner_text</fullName>
        <field>Person_in_charge__c</field>
        <formula>owner_formula__c</formula>
        <name>担当人文本化</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>Province_text</fullName>
        <field>Province__c</field>
        <formula>Province_formula__c</formula>
        <name>省文本化</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>Salesdepartment_text</fullName>
        <field>SalesDept__c</field>
        <formula>Salesdept_formula__c</formula>
        <name>销售本部文本化</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <rules>
        <fullName>用户字段文本化%28询价订货%29</fullName>
        <actions>
            <name>Owner_text</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>Province_text</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>Salesdepartment_text</name>
            <type>FieldUpdate</type>
        </actions>
        <active>false</active>
        <formula>true</formula>
        <triggerType>onAllChanges</triggerType>
    </rules>
</Workflow>