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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?xml version="1.0" encoding="UTF-8"?>
<Workflow xmlns="http://soap.sforce.com/2006/04/metadata">
    <alerts>
        <fullName>Rejected</fullName>
        <description>变更状态_驳回</description>
        <protected>false</protected>
        <recipients>
            <type>owner</type>
        </recipients>
        <senderType>CurrentUser</senderType>
        <template>GuaranteePeriodAlterationApplication/GuaranteePeriodAlterationApplicationReject</template>
    </alerts>
    <alerts>
        <fullName>approval</fullName>
        <description>批准</description>
        <protected>false</protected>
        <recipients>
            <type>owner</type>
        </recipients>
        <senderType>CurrentUser</senderType>
        <template>GuaranteePeriodAlterationApplication/GuaranteePeriodAlterationApplicationApprove</template>
    </alerts>
    <fieldUpdates>
        <fullName>InTheDraft</fullName>
        <field>Change_status__c</field>
        <literalValue>草案中</literalValue>
        <name>变更状态_草案中</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Literal</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>approval</fullName>
        <field>Change_status__c</field>
        <literalValue>批准</literalValue>
        <name>批准</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Literal</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>rejected</fullName>
        <description>变更状态_驳回</description>
        <field>Change_status__c</field>
        <literalValue>驳回</literalValue>
        <name>变更状态_驳回</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Literal</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>submitted</fullName>
        <field>Change_status__c</field>
        <literalValue>已提交</literalValue>
        <name>变更状态已提交</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Literal</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
</Workflow>