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
<?xml version="1.0" encoding="UTF-8"?>
<Workflow xmlns="http://soap.sforce.com/2006/04/metadata">
    <fieldUpdates>
        <fullName>Close_Forecasted_Change_Status_Opp_0</fullName>
        <field>Predicted_Date_Status__c</field>
        <name>变更预测签约日审批状态-清空</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Literal</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>Close_Forecasted_Change_Status_Opp_1</fullName>
        <field>Predicted_Date_Status__c</field>
        <literalValue>审批中</literalValue>
        <name>变更预测签约日审批状态-审批中</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Literal</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>Close_Forecasted_Change_Status_Opp_2</fullName>
        <field>Predicted_Date_Status__c</field>
        <literalValue>已批准</literalValue>
        <name>变更预测签约日审批状态-批准</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Literal</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>Close_Forecasted_Change_Status_Opp_3</fullName>
        <field>Predicted_Date_Status__c</field>
        <literalValue>已驳回</literalValue>
        <name>变更预测签约日审批状态-驳回</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Literal</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
</Workflow>