binxie
2024-01-20 1d91be0be5220ce19ee64de5a5c9a8237b1c15b1
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
<?xml version="1.0" encoding="UTF-8"?>
<Workflow xmlns="http://soap.sforce.com/2006/04/metadata">
    <fieldUpdates>
        <fullName>ActionFieldUpdate10</fullName>
        <field>Status__c</field>
        <literalValue>批准中</literalValue>
        <name>审核状态字段变更为批准中</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Literal</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>ActionFieldUpdate11</fullName>
        <description>更改审核状态为已批准</description>
        <field>Status__c</field>
        <literalValue>已批准</literalValue>
        <name>更改审核状态为已批准</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Literal</operation>
        <protected>false</protected>
        <reevaluateOnChange>true</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>ActionFieldUpdate12</fullName>
        <description>更改审核状态为已拒绝</description>
        <field>Status__c</field>
        <literalValue>已拒绝</literalValue>
        <name>更改审核状态为已拒绝</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Literal</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>ActionFieldUpdate15</fullName>
        <description>状态恢复草案中</description>
        <field>Status__c</field>
        <literalValue>草案中</literalValue>
        <name>状态恢复草案中</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Literal</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>ActionFieldUpdate16</fullName>
        <description>状态恢复草案中</description>
        <field>Status__c</field>
        <literalValue>草案中</literalValue>
        <name>状态恢复草案中</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Literal</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>ActionFieldUpdate7</fullName>
        <description>审核状态字段变更为批准中</description>
        <field>Status__c</field>
        <literalValue>批准中</literalValue>
        <name>审核状态字段变更为批准中</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Literal</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>ActionFieldUpdate8</fullName>
        <description>更改审核状态为已批准</description>
        <field>Status__c</field>
        <literalValue>已批准</literalValue>
        <name>更改审核状态为已批准</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Literal</operation>
        <protected>false</protected>
        <reevaluateOnChange>true</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>ActionFieldUpdate9</fullName>
        <description>更改审核状态为已拒绝</description>
        <field>Status__c</field>
        <literalValue>已拒绝</literalValue>
        <name>更改审核状态为已拒绝</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Literal</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
</Workflow>