<?xml version="1.0" encoding="UTF-8"?>
<EmailTemplate xmlns="http://soap.sforce.com/2006/04/metadata">
    <available>true</available>
    <encodingKey>UTF-8</encodingKey>
    <letterhead>ClassicLetterhead</letterhead>
    <name>CA Orchard Service Tier</name>
    <style>freeForm</style>
    <subject>Opportunity Tier Assigned - {!Opportunity.Name}</subject>
    <textOnly>The opportunity record has just been assigned a Tier.

Opportunity Name:  {!Opportunity.Name}
Tier:  {!Opportunity.CA_MA_Label_Priority__c}
Relationship Team Lead or Member:  {!Opportunity.CA_RelationshipTeamLead__c}
Assigned Reviewer:  {!Opportunity.CA_AssignedReviewer__c}
Assigned By:  {!Opportunity.CA_AssignedBy__c}
Modified By:  {!Opportunity.LastModifiedBy}
Modified Date:  {!Opportunity.LastModifiedDate}
Tier Rationale (if applicable):  {!Opportunity.CA_AssigneerNotes__c}
Link to Salesforce Page:  Open Opportunity</textOnly>
    <type>html</type>
    <uiType>Aloha</uiType>
</EmailTemplate>
