<?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, "申请中"),
|
Request_staff_BranchCD__c ="北京")</formula>
|
<triggerType>onAllChanges</triggerType>
|
</rules>
|
</Workflow>
|