<?xml version="1.0" encoding="UTF-8"?> 
 | 
<Workflow xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <alerts> 
 | 
        <fullName>Order_Shippment_Email</fullName> 
 | 
        <description>订单发货通知</description> 
 | 
        <protected>false</protected> 
 | 
        <recipients> 
 | 
            <field>OrderCreatedbyText__c</field> 
 | 
            <type>userLookup</type> 
 | 
        </recipients> 
 | 
        <senderType>CurrentUser</senderType> 
 | 
        <template>unfiled$public/SSBGOrderShipment</template> 
 | 
    </alerts> 
 | 
    <rules> 
 | 
        <fullName>发货通知收件人</fullName> 
 | 
        <actions> 
 | 
            <name>Order_Shippment_Email</name> 
 | 
            <type>Alert</type> 
 | 
        </actions> 
 | 
        <active>true</active> 
 | 
        <criteriaItems> 
 | 
            <field>Delivery__c.Delivery_Status__c</field> 
 | 
            <operation>equals</operation> 
 | 
            <value>部分发货,全部发货</value> 
 | 
        </criteriaItems> 
 | 
        <triggerType>onCreateOnly</triggerType> 
 | 
    </rules> 
 | 
</Workflow> 
 |