<?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>
|