<?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,"经销商管理科",
|
IF(Group_purchase_PCL__c = True,"集中采购科",
|
Owner.OCM_man_province__c ))</description>
|
<externalId>false</externalId>
|
<formula>if(Equipment_Order_Flg__c = true,'其他',if(Owner.OCM_man_province__c='市场企划部','市场',Owner.OCM_man_province__c))</formula>
|
<label>省(所有人)</label>
|
<required>false</required>
|
<trackHistory>false</trackHistory>
|
<trackTrending>false</trackTrending>
|
<type>Text</type>
|
<unique>false</unique>
|
</CustomField>
|