1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>OCM_man_province__c</fullName>
    <externalId>false</externalId>
    <formula>IF( Distributor_InCharge_opp__c = TRUE || Group_purchase_PCL__c = TRUE, &apos;经销商管理本部&apos;, 
IF(TEXT(Opportunity__r.Owner.Dept__c) == &apos;能量事业本部&apos;,&apos;能量&apos;, 
IF(TEXT(Opportunity__r.Owner.Dept__c) == &apos;外科事业本部&apos;,&apos;外科本部&apos;,
IF( Opportunity__r.Account.RecordType.Id 
&lt;&gt; &apos;01210000000QjCN&apos;,Opportunity__r.Hospital__r.OCM_man_province_txt__c, 
Opportunity__r.Account.OCM_man_province_txt__c ) 
)
)</formula>
    <label>OCSM管理省(预测用)</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>