<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>WAVE_TERRITORY_LABEL__c</fullName>
    <externalId>false</externalId>
    <formula>IF( 
Territory_ID__r.Territory__c = &quot;Sony Music US&quot;, 
Territory_ID__r.Territory__c + Label_ID__r.Name, 
Territory_ID__r.Territory__c)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>WAVE_TERRITORY_LABEL</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>
