binxie
2024-01-20 e0de9222da210f9c8eb1a9f5400f936a14923e11
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>State_Owner__c</fullName>
    <description>IF(Distributor_InCharge_opp__c=True,&quot;经销商管理科&quot;, 
IF(Group_purchase_PCL__c = True,&quot;集中采购科&quot;, 
Owner.OCM_man_province__c ))</description>
    <externalId>false</externalId>
    <formula>if(Equipment_Order_Flg__c = true,&apos;其他&apos;,if(Owner.OCM_man_province__c=&apos;市场企划部&apos;,&apos;市场&apos;,Owner.OCM_man_province__c))</formula>
    <label>省(所有人)</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>