<?xml version="1.0" encoding="UTF-8"?>
|
<Workflow xmlns="http://soap.sforce.com/2006/04/metadata">
|
<alerts>
|
<fullName>Cancel_tender_request_doc</fullName>
|
<description>取消 委托授权申请</description>
|
<protected>false</protected>
|
<recipients>
|
<type>owner</type>
|
</recipients>
|
<recipients>
|
<field>Request_target__c</field>
|
<type>userLookup</type>
|
</recipients>
|
<senderType>CurrentUser</senderType>
|
<template>Report/EmailTemplate_cancel</template>
|
</alerts>
|
<alerts>
|
<fullName>Request_tender_doc_prepare</fullName>
|
<description>委托授权申请通知</description>
|
<protected>false</protected>
|
<recipients>
|
<type>owner</type>
|
</recipients>
|
<recipients>
|
<field>Request_target__c</field>
|
<type>userLookup</type>
|
</recipients>
|
<senderType>CurrentUser</senderType>
|
<template>Report/EmailTemplate2</template>
|
</alerts>
|
<rules>
|
<fullName>授权申请取消申请</fullName>
|
<actions>
|
<name>Cancel_tender_request_doc</name>
|
<type>Alert</type>
|
</actions>
|
<active>true</active>
|
<formula>AND(ISCHANGED( Submit_check_flag__c ),Submit_check_flag__c=false)</formula>
|
<triggerType>onAllChanges</triggerType>
|
</rules>
|
<rules>
|
<fullName>授权申请提交通知</fullName>
|
<actions>
|
<name>Request_tender_doc_prepare</name>
|
<type>Alert</type>
|
</actions>
|
<active>true</active>
|
<formula>AND(ISCHANGED( Submit_check_flag__c ),Submit_check_flag__c=true)</formula>
|
<triggerType>onAllChanges</triggerType>
|
</rules>
|
</Workflow>
|