binxie
2024-01-18 22bd41f13147fce1df6ff35b592720c9cb387de9
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
<?xml version="1.0" encoding="UTF-8"?>
<Workflow xmlns="http://soap.sforce.com/2006/04/metadata">
    <fieldUpdates>
        <fullName>Situation_last_follow_date</fullName>
        <field>Situation_last_follow_date__c</field>
        <formula>today()</formula>
        <name>跟进情况 最后更新日</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>Stage2_last_update_day</fullName>
        <field>Status2_last_updated_day__c</field>
        <formula>today()</formula>
        <name>状态2 最后更新日</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <rules>
        <fullName>状态2 最后更新日</fullName>
        <actions>
            <name>Stage2_last_update_day</name>
            <type>FieldUpdate</type>
        </actions>
        <active>true</active>
        <formula>ISCHANGED(Stage2__c)</formula>
        <triggerType>onAllChanges</triggerType>
    </rules>
    <rules>
        <fullName>跟进情况 最后更新日</fullName>
        <actions>
            <name>Situation_last_follow_date</name>
            <type>FieldUpdate</type>
        </actions>
        <active>true</active>
        <formula>ISCHANGED( Follow_up_situation__c )</formula>
        <triggerType>onAllChanges</triggerType>
    </rules>
</Workflow>