<?xml version="1.0" encoding="UTF-8"?>
<EmailTemplate xmlns="http://soap.sforce.com/2006/04/metadata">
    <available>true</available>
    <description>CA Publishing Deal (Update)</description>
    <encodingKey>ISO-8859-1</encodingKey>
    <letterhead>ClassicLetterhead</letterhead>
    <name>CA Publishing Deal (Update)</name>
    <style>freeForm</style>
    <subject>Existing Opportunity updated to Publishing - {!Opportunity.Name}</subject>
    <textOnly>The opportunity record has just been updated:

Opportunity Name: {!Opportunity.Name}
Deal Type:  {!Opportunity.CA_Deal_Type__c}
Modified By: {!Opportunity.LastModifiedBy}
Modified Date: {!Opportunity.LastModifiedDate}

Link to Salesforce Page:
{!Opportunity.Link}</textOnly>
    <type>html</type>
    <uiType>Aloha</uiType>
</EmailTemplate>
