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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<?xml version="1.0" encoding="UTF-8"?>
<Workflow xmlns="http://soap.sforce.com/2006/04/metadata">
    <fieldUpdates>
        <fullName>Product_search_text_1</fullName>
        <field>Category1_text__c</field>
        <formula>Category1__c</formula>
        <name>产品检索文本化_第1分类</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>Product_search_text_2</fullName>
        <field>Category2_text__c</field>
        <formula>Category2__c</formula>
        <name>产品检索文本化_第2分类</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>Product_search_text_3</fullName>
        <field>Category3_text__c</field>
        <formula>Category3__c</formula>
        <name>产品检索文本化_第3分类</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>Product_search_text_4</fullName>
        <field>Category4_text__c</field>
        <formula>Category4__c</formula>
        <name>产品检索文本化_第4分类</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>Product_search_text_5</fullName>
        <field>Category5_text__c</field>
        <formula>Category5__c</formula>
        <name>产品检索文本化_第5分类</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <rules>
        <fullName>产品检索字段文本化</fullName>
        <actions>
            <name>Product_search_text_1</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>Product_search_text_2</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>Product_search_text_3</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>Product_search_text_4</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>Product_search_text_5</name>
            <type>FieldUpdate</type>
        </actions>
        <active>true</active>
        <formula>True</formula>
        <triggerType>onAllChanges</triggerType>
    </rules>
</Workflow>