<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Important_product_name__c</fullName>
|
<externalId>false</externalId>
|
<formula>IF(AND(Product1__r.Important_product__c = True,TEXT(OLY_Provide_1__c) = "OLY提供"), Product1__r.Category4__c & Product1__r.Category5__c,
|
|
IF(AND(Product2__r.Important_product__c = True,TEXT(OLY_Provide_2__c) = "OLY提供"), Product2__r.Category4__c & Product2__r.Category5__c,
|
|
IF(AND(Product3__r.Important_product__c = True,TEXT(OLY_Provide_3__c) = "OLY提供"), Product3__r.Category4__c & Product3__r.Category5__c,
|
|
IF(AND(Product4__r.Important_product__c = True,TEXT(OLY_Provide_4__c) = "OLY提供"), Product4__r.Category4__c & Product4__r.Category5__c,
|
|
IF(AND(Product5__r.Important_product__c = True,TEXT(OLY_Provide_5__c) = "OLY提供"), Product5__r.Category4__c & Product5__r.Category5__c ,""
|
|
)
|
)
|
)
|
)
|
)</formula>
|
<formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
|
<label>跟进了重点产品</label>
|
<required>false</required>
|
<trackHistory>false</trackHistory>
|
<trackTrending>false</trackTrending>
|
<type>Text</type>
|
<unique>false</unique>
|
</CustomField>
|