<?xml version="1.0" encoding="UTF-8"?> 
 | 
<Workflow xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <alerts> 
 | 
        <fullName>DiscardedEmail</fullName> 
 | 
        <description>样机废弃</description> 
 | 
        <protected>false</protected> 
 | 
        <recipients> 
 | 
            <field>loaner_Manager__c</field> 
 | 
            <type>userLookup</type> 
 | 
        </recipients> 
 | 
        <senderType>CurrentUser</senderType> 
 | 
        <template>Loaner_Folder/lost_Maildiscard</template> 
 | 
    </alerts> 
 | 
    <alerts> 
 | 
        <fullName>LostEmail</fullName> 
 | 
        <description>样机丢失</description> 
 | 
        <protected>false</protected> 
 | 
        <recipients> 
 | 
            <field>loaner_Manager__c</field> 
 | 
            <type>userLookup</type> 
 | 
        </recipients> 
 | 
        <senderType>CurrentUser</senderType> 
 | 
        <template>Loaner_Folder/lost_Mail</template> 
 | 
    </alerts> 
 | 
    <alerts> 
 | 
        <fullName>Remind_Received</fullName> 
 | 
        <description>收货日期提醒</description> 
 | 
        <protected>false</protected> 
 | 
        <recipients> 
 | 
            <type>owner</type> 
 | 
        </recipients> 
 | 
        <senderType>CurrentUser</senderType> 
 | 
        <template>unfiled$public/Received_Mail</template> 
 | 
    </alerts> 
 | 
    <fieldUpdates> 
 | 
        <fullName>Abandoned_ok</fullName> 
 | 
        <field>RAESD_Status__c</field> 
 | 
        <literalValue>废弃</literalValue> 
 | 
        <name>批准废弃</name> 
 | 
        <notifyAssignee>false</notifyAssignee> 
 | 
        <operation>Literal</operation> 
 | 
        <protected>false</protected> 
 | 
    </fieldUpdates> 
 | 
    <fieldUpdates> 
 | 
        <fullName>Delay_OK</fullName> 
 | 
        <field>Automatic_Received_Date__c</field> 
 | 
        <formula>Delay_Received_Date__c</formula> 
 | 
        <name>延期收货_批准</name> 
 | 
        <notifyAssignee>false</notifyAssignee> 
 | 
        <operation>Formula</operation> 
 | 
        <protected>false</protected> 
 | 
    </fieldUpdates> 
 | 
    <fieldUpdates> 
 | 
        <fullName>okX1</fullName> 
 | 
        <field>RAESD_Status__c</field> 
 | 
        <literalValue>丢失</literalValue> 
 | 
        <name>批准</name> 
 | 
        <notifyAssignee>false</notifyAssignee> 
 | 
        <operation>Literal</operation> 
 | 
        <protected>false</protected> 
 | 
    </fieldUpdates> 
 | 
    <fieldUpdates> 
 | 
        <fullName>okX2</fullName> 
 | 
        <field>RAESD_Status__c</field> 
 | 
        <literalValue>丢失</literalValue> 
 | 
        <name>批准</name> 
 | 
        <notifyAssignee>false</notifyAssignee> 
 | 
        <operation>Literal</operation> 
 | 
        <protected>false</protected> 
 | 
    </fieldUpdates> 
 | 
</Workflow> 
 |