binxie
2024-01-18 b1d36ea3e6653e59bd767aa192c688ee0d9d4c58
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
<?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>