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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<?xml version="1.0" encoding="UTF-8"?>
<Workflow xmlns="http://soap.sforce.com/2006/04/metadata">
    <alerts>
        <fullName>SpecialApplyRefuse</fullName>
        <description>特殊申请驳回邮件提醒</description>
        <protected>false</protected>
        <recipients>
            <type>creator</type>
        </recipients>
        <recipients>
            <field>OCM_Window__c</field>
            <type>userLookup</type>
        </recipients>
        <senderType>CurrentUser</senderType>
        <template>task/SpecialApplyApprovalRefuse</template>
    </alerts>
    <fieldUpdates>
        <fullName>OpportunitySpecialApplyStatusDn</fullName>
        <field>Status__c</field>
        <literalValue>驳回</literalValue>
        <name>询价特殊对应状态更新拒绝</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Literal</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>OpportunitySpecialApplyStatusOri</fullName>
        <field>Status__c</field>
        <literalValue>草案中</literalValue>
        <name>询价特殊对应状态更新草案</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Literal</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>OpportunitySpecialApplyStatusUp</fullName>
        <field>Status__c</field>
        <literalValue>已批准</literalValue>
        <name>询价特殊对应状态更新</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Literal</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>SpecialApplyDate</fullName>
        <field>Approval_Date__c</field>
        <formula>today()</formula>
        <name>特殊对应批准日</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>SpecialApplyDateRefuse</fullName>
        <field>Approval_Date__c</field>
        <formula>today()</formula>
        <name>特殊对应拒绝日</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>SpecialApplyStatusING</fullName>
        <field>Status__c</field>
        <literalValue>已提交</literalValue>
        <name>特殊对应状态更新审批中</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Literal</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>updateApproverMng</fullName>
        <field>FinalApprover__c</field>
        <formula>&quot;营业支援&quot;</formula>
        <name>更新审批人_Mng</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>updateApproverNull</fullName>
        <field>FinalApprover__c</field>
        <name>更新审批人_null</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Null</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>updateApproverWin</fullName>
        <field>FinalApprover__c</field>
        <formula>OCM_Window__r.Alias</formula>
        <name>更新审批人_Win</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
</Workflow>