binxie
2024-01-20 2ff0f0a7ab276c3466d9e06e14222db802194efc
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
107
108
109
110
111
112
113
<?xml version="1.0" encoding="UTF-8"?>
<Workflow xmlns="http://soap.sforce.com/2006/04/metadata">
    <alerts>
        <fullName>OppBidInfo_report_deline</fullName>
        <description>询价对手中标申请驳回通知</description>
        <protected>false</protected>
        <recipients>
            <type>owner</type>
        </recipients>
        <recipients>
            <field>Manager_sales__c</field>
            <type>userLookup</type>
        </recipients>
        <recipients>
            <field>Sales_assistant__c</field>
            <type>userLookup</type>
        </recipients>
        <senderType>CurrentUser</senderType>
        <template>Olympus_OCM/OppBidInfo_report_decline</template>
    </alerts>
    <alerts>
        <fullName>OppBidInfo_report_share</fullName>
        <description>询价对手中标审批共享给助理和经理</description>
        <protected>false</protected>
        <recipients>
            <field>Manager_sales__c</field>
            <type>userLookup</type>
        </recipients>
        <recipients>
            <field>Sales_assistant__c</field>
            <type>userLookup</type>
        </recipients>
        <senderType>CurrentUser</senderType>
        <template>Olympus_OCM/Opp_Bid_Info</template>
    </alerts>
    <alerts>
        <fullName>Opp_Bid_Info_approved</fullName>
        <description>对手中标信息批准</description>
        <protected>false</protected>
        <recipients>
            <type>owner</type>
        </recipients>
        <recipients>
            <field>Manager_sales__c</field>
            <type>userLookup</type>
        </recipients>
        <recipients>
            <field>Sales_assistant__c</field>
            <type>userLookup</type>
        </recipients>
        <senderType>CurrentUser</senderType>
        <template>Olympus_OCM/OppBidInfo_approval</template>
    </alerts>
    <fieldUpdates>
        <fullName>Approved_Day_Upd</fullName>
        <field>Approved_Day__c</field>
        <formula>today()</formula>
        <name>批准日更新</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>SetStatusToDraft</fullName>
        <field>Report_Status__c</field>
        <literalValue>草案</literalValue>
        <name>状态变更为草案中</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Literal</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>StatusChangeToApproval</fullName>
        <field>Report_Status__c</field>
        <literalValue>批准</literalValue>
        <name>状态变更为已批准</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Literal</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>StatusChangeToSubmit</fullName>
        <field>Report_Status__c</field>
        <literalValue>提交</literalValue>
        <name>状态变更为提交</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Literal</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>SubmitDay_Clear</fullName>
        <field>Approved_Day__c</field>
        <name>提交日-清空</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Null</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>SubmitDay_Input</fullName>
        <field>Submit_Day__c</field>
        <formula>today()</formula>
        <name>提交日-输入</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
</Workflow>