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
<?xml version="1.0" encoding="UTF-8"?>
<Workflow xmlns="http://soap.sforce.com/2006/04/metadata">
    <alerts>
        <fullName>codeWarning</fullName>
        <ccEmails>ying_liu@olympus.com.cn.stagefull</ccEmails>
        <ccEmails>dan1_liu@olympus.com.cn.stagefull</ccEmails>
        <ccEmails>lijinhuan@prec-tech.com</ccEmails>
        <description>备品管理编码上线预警</description>
        <protected>false</protected>
        <recipients>
            <field>Edit_staff_Email__c</field>
            <type>email</type>
        </recipients>
        <recipients>
            <field>Edit_staff__c</field>
            <type>userLookup</type>
        </recipients>
        <senderType>CurrentUser</senderType>
        <template>unfiled$public/codeWarning</template>
    </alerts>
    <fieldUpdates>
        <fullName>Edit_staff_Email</fullName>
        <field>Edit_staff_Email__c</field>
        <formula>Edit_staff_Email_F__c</formula>
        <name>更新实际操作人公共邮箱</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <rules>
        <fullName>更新实际操作人公共邮箱</fullName>
        <actions>
            <name>Edit_staff_Email</name>
            <type>FieldUpdate</type>
        </actions>
        <active>true</active>
        <formula>ISCHANGED( EquipmentSet_Managment_Code__c )</formula>
        <triggerType>onAllChanges</triggerType>
    </rules>
</Workflow>