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
<?xml version="1.0" encoding="UTF-8"?>
<Workflow xmlns="http://soap.sforce.com/2006/04/metadata">
    <alerts>
        <fullName>Pre_Contract_ApprovalProcess_Reject_MCP</fullName>
        <ccEmails>olympus@prec-tech.com</ccEmails>
        <description>打包合同复核流程驳回</description>
        <protected>false</protected>
        <senderType>CurrentUser</senderType>
        <template>MaintanceContractPack/MCPApprovalProcess_Reject</template>
    </alerts>
    <fieldUpdates>
        <fullName>update_MCP_approval_pass_time</fullName>
        <field>MC_approval_pass_time__c</field>
        <formula>now()</formula>
        <name>更新合同审批批准时间</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>update_MCP_approval_status_draft</fullName>
        <field>MC_approval_status__c</field>
        <literalValue>Draft</literalValue>
        <name>更新合同审批状态-未提交</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Literal</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>update_MCP_approval_status_pass</fullName>
        <field>MC_approval_status__c</field>
        <literalValue>Pass</literalValue>
        <name>更新合同审批状态-批准</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Literal</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>update_MCP_approval_status_reject</fullName>
        <field>MC_approval_status__c</field>
        <literalValue>Reject</literalValue>
        <name>更新合同审批状态-拒绝</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Literal</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>update_MCP_approval_status_submit</fullName>
        <field>MC_approval_status__c</field>
        <literalValue>Submit</literalValue>
        <name>更新合同审批状态-已提交</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Literal</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>update_MCP_approval_submit_time</fullName>
        <field>MC_approval_submit_time__c</field>
        <formula>now()</formula>
        <name>更新合同审批提交时间</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>update_MCP_approval_submit_time_null</fullName>
        <field>MC_approval_submit_time__c</field>
        <name>更新合同审批提交时间-空</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Null</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
</Workflow>