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
<?xml version="1.0" encoding="UTF-8"?>
<Workflow xmlns="http://soap.sforce.com/2006/04/metadata">
    <fieldUpdates>
        <fullName>Det1AgencyName_text</fullName>
        <field>AgencyName_text1__c</field>
        <formula>Dealer_Info1_text__c</formula>
        <name>消耗品明细1经销商名称文本化</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>Det1ApplySalsesTeam</fullName>
        <field>ApplySalsesTeam1__c</field>
        <formula>ApplySalsesTeam_F1__c</formula>
        <name>消耗品明细1申请销售课文本化</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>Order_ProType_det1</fullName>
        <field>Order_ProType_det1__c</field>
        <formula>Order_ProType_det1_formula__c</formula>
        <name>订单产品分类文本化</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <rules>
        <fullName>明细1经销商名称和销售课文本化</fullName>
        <actions>
            <name>Det1AgencyName_text</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>Det1ApplySalsesTeam</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>Order_ProType_det1</name>
            <type>FieldUpdate</type>
        </actions>
        <active>true</active>
        <formula>true</formula>
        <triggerType>onAllChanges</triggerType>
    </rules>
</Workflow>