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
<?xml version="1.0" encoding="UTF-8"?>
<Workflow xmlns="http://soap.sforce.com/2006/04/metadata">
    <alerts>
        <fullName>Bid_request_beijing</fullName>
        <description>中标通知书申请WF(北京)</description>
        <protected>false</protected>
        <recipients>
            <recipient>haijuan_wang@olympus.com.cn</recipient>
            <type>user</type>
        </recipients>
        <senderType>CurrentUser</senderType>
        <template>Olympus_OCM/Proposal_submit_request</template>
    </alerts>
    <rules>
        <fullName>中标通知书申请WF%28北京%29</fullName>
        <actions>
            <name>Bid_request_beijing</name>
            <type>Alert</type>
        </actions>
        <active>false</active>
        <formula>AND(ISCHANGED( Status__c ),
ISPICKVAL(Status__c, &quot;申请中&quot;),
 Request_staff_BranchCD__c =&quot;北京&quot;)</formula>
        <triggerType>onAllChanges</triggerType>
    </rules>
</Workflow>