binxie
2024-01-22 102afa21c115e8c8b9333a326c3d1af08fe76faf
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<?xml version="1.0" encoding="UTF-8"?>
<Workflow xmlns="http://soap.sforce.com/2006/04/metadata">
    <fieldUpdates>
        <fullName>Estimate_Cost_TXT</fullName>
        <field>Estimate_Cost_Month_TXT__c</field>
        <formula>Estimate_Cost_Month_formula__c</formula>
        <name>实际报价金额文本化</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>GuaranteePrice_Amount_Text</fullName>
        <field>GuaranteePrice_Amount_Text__c</field>
        <formula>GuaranteePrice_Amount__c</formula>
        <name>计提总额文本化</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>Gurantee_startDatecopy</fullName>
        <field>Gurantee_Estimate_startDate__c</field>
        <formula>Gurantee_Estimate_startDateF__c</formula>
        <name>多年保报价开始日copy</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>Maintenance_Price_Amount_Text</fullName>
        <field>Maintenance_Price_Amount_Text__c</field>
        <formula>Maintenance_Price_Amount__c</formula>
        <name>维修报价总额文本化</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>endDateGuranteeToText</fullName>
        <field>endDateGurantee_Text__c</field>
        <formula>endDateGurantee__c</formula>
        <name>结束日期(多年保修)文本化</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>startDateGuranteeToText</fullName>
        <field>startDateGurantee_Text__c</field>
        <formula>startDateGurantee__c</formula>
        <name>合同开始日期文本化</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <rules>
        <fullName>合同价格文本化</fullName>
        <actions>
            <name>Estimate_Cost_TXT</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>GuaranteePrice_Amount_Text</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>Maintenance_Price_Amount_Text</name>
            <type>FieldUpdate</type>
        </actions>
        <active>true</active>
        <booleanFilter>1 OR 2 OR 3</booleanFilter>
        <criteriaItems>
            <field>Maintenance_Contract_Asset__c.Maintenance_Price_Amount__c</field>
            <operation>notEqual</operation>
        </criteriaItems>
        <criteriaItems>
            <field>Maintenance_Contract_Asset__c.GuaranteePrice_Amount__c</field>
            <operation>notEqual</operation>
        </criteriaItems>
        <criteriaItems>
            <field>Maintenance_Contract_Asset__c.Estimate_Cost_Month_formula__c</field>
            <operation>notEqual</operation>
        </criteriaItems>
        <triggerType>onAllChanges</triggerType>
    </rules>
    <rules>
        <fullName>合同保修期文本化%28开始%29</fullName>
        <actions>
            <name>startDateGuranteeToText</name>
            <type>FieldUpdate</type>
        </actions>
        <active>true</active>
        <criteriaItems>
            <field>Maintenance_Contract_Asset__c.startDateGurantee__c</field>
            <operation>notEqual</operation>
        </criteriaItems>
        <triggerType>onAllChanges</triggerType>
    </rules>
    <rules>
        <fullName>合同保修期文本化%28结束%29</fullName>
        <actions>
            <name>endDateGuranteeToText</name>
            <type>FieldUpdate</type>
        </actions>
        <active>true</active>
        <criteriaItems>
            <field>Maintenance_Contract_Asset__c.endDateGurantee__c</field>
            <operation>notEqual</operation>
        </criteriaItems>
        <triggerType>onAllChanges</triggerType>
    </rules>
    <rules>
        <fullName>多年保报价开始日</fullName>
        <actions>
            <name>Gurantee_startDatecopy</name>
            <type>FieldUpdate</type>
        </actions>
        <active>true</active>
        <criteriaItems>
            <field>Maintenance_Contract_Asset__c.Gurantee_Estimate_startDateF__c</field>
            <operation>notEqual</operation>
        </criteriaItems>
        <triggerType>onAllChanges</triggerType>
    </rules>
</Workflow>