GWY
2022-05-05 39c03ca1e4f7fa33b3a5a2a089dec11c94c3662f
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>AfterReportingDay30IncompletePrompt</fullName>
        <description>用户故障信息_报告日之后30天未完成提醒</description>
        <protected>false</protected>
        <recipients>
            <type>owner</type>
        </recipients>
        <senderType>CurrentUser</senderType>
        <template>unfiled$public/AfterReportingDay30IncompletePrompt</template>
    </alerts>
    <fieldUpdates>
        <fullName>CASEName</fullName>
        <field>Name</field>
        <formula>NUMBER__c + &quot;-&quot; + SUBJECT__c + &quot;-&quot; + AccountName__c</formula>
        <name>用户/故障信息CASE记录类型命名规则</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>Case_TS</fullName>
        <field>Name</field>
        <formula>TSCaseCode__c</formula>
        <name>Case记录类型TS日报故障名称命名规则</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>ManagementCode</fullName>
        <field>UFManagementCode__c</field>
        <formula>Name</formula>
        <name>管理编码</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>ManagementCode01</fullName>
        <field>UFManagementCode__c</field>
        <formula>TSCaseCode__c</formula>
        <name>管理编码</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
    </fieldUpdates>
    <rules>
        <fullName>Case记录类型CASE名称命名规则</fullName>
        <actions>
            <name>CASEName</name>
            <type>FieldUpdate</type>
        </actions>
        <active>true</active>
        <criteriaItems>
            <field>User_FaultInfo__c.RecordTypeId</field>
            <operation>equals</operation>
            <value>Case</value>
        </criteriaItems>
        <triggerType>onCreateOnly</triggerType>
    </rules>
    <rules>
        <fullName>Case记录类型TS日报故障名称命名规则</fullName>
        <actions>
            <name>Case_TS</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>ManagementCode01</name>
            <type>FieldUpdate</type>
        </actions>
        <active>true</active>
        <criteriaItems>
            <field>User_FaultInfo__c.RecordTypeId</field>
            <operation>equals</operation>
            <value>TS日报故障</value>
        </criteriaItems>
        <triggerType>onCreateOnly</triggerType>
    </rules>
    <rules>
        <fullName>用户%2F故障信息-管理编码的生成</fullName>
        <actions>
            <name>ManagementCode</name>
            <type>FieldUpdate</type>
        </actions>
        <active>false</active>
        <formula>true</formula>
        <triggerType>onCreateOnly</triggerType>
    </rules>
    <rules>
        <fullName>用户%2F故障信息_报告日之后30天未完成提醒</fullName>
        <active>true</active>
        <formula>ISNULL(UserFaultInfoCompletionDate__c)</formula>
        <triggerType>onCreateOrTriggeringUpdate</triggerType>
        <workflowTimeTriggers>
            <actions>
                <name>AfterReportingDay30IncompletePrompt</name>
                <type>Alert</type>
            </actions>
            <offsetFromField>User_FaultInfo__c.UserFaultInfoReportDate__c</offsetFromField>
            <timeLength>30</timeLength>
            <workflowTimeTriggerUnit>Days</workflowTimeTriggerUnit>
        </workflowTimeTriggers>
    </rules>
</Workflow>