binxie
2023-07-11 be102ae06e8f986bd9d1a544cd2752e5fa94231a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<Audience xmlns="http://soap.sforce.com/2006/04/metadata">
    <audienceName>目标</audienceName>
    <container>Partner Sales</container>
    <criteria>
        <criterion>
            <criterionValue>
                <entityField>RecordType.Id</entityField>
                <entityType>Agency_Opportunity__c</entityType>
                <fieldValue>Agency_Opportunity__c.Target</fieldValue>
            </criterionValue>
            <operator>Equal</operator>
            <type>FieldBased</type>
        </criterion>
    </criteria>
    <formulaFilterType>AllCriteriaMatch</formulaFilterType>
    <isDefaultAudience>false</isDefaultAudience>
    <targets>
        <target>
            <groupName>abe1b524-fdc1-48d0-a466-079ae1f7b7e1</groupName>
            <priority>1</priority>
            <targetType>ExperienceVariation</targetType>
            <targetValue>CustomRoute_CustomPage_Page</targetValue>
        </target>
    </targets>
</Audience>