<?xml version="1.0" encoding="UTF-8"?>
|
<Workflow xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fieldUpdates>
|
<fullName>UpdateOverOrCurrentText</fullName>
|
<field>OverOrCurrent__c</field>
|
<literalValue>1</literalValue>
|
<name>赋值已过或当前季度(公式拷文本)</name>
|
<notifyAssignee>false</notifyAssignee>
|
<operation>Literal</operation>
|
<protected>false</protected>
|
<reevaluateOnChange>true</reevaluateOnChange>
|
</fieldUpdates>
|
<rules>
|
<fullName>是否已过或处于当前季度</fullName>
|
<actions>
|
<name>UpdateOverOrCurrentText</name>
|
<type>FieldUpdate</type>
|
</actions>
|
<active>false</active>
|
<criteriaItems>
|
<field>NewMaintenanceReport_Task__c.OverOrCurrent_F__c</field>
|
<operation>equals</operation>
|
<value>True</value>
|
</criteriaItems>
|
<description>//2021-07-30 改为由Batch赋值</description>
|
<triggerType>onAllChanges</triggerType>
|
</rules>
|
</Workflow>
|