buli
2023-06-05 e9e1806b0f4b5bae1fc36204ccc5d6fdad52d66f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Follow_PCL_or_not__c</fullName>
    <externalId>false</externalId>
    <formula>IF( 
OR(NOT(ISBLANK(Related_Opportunity1_ID__c)), 
NOT(ISBLANK(Related_Opportunity2_ID__c)), 
NOT(ISBLANK(Related_Opportunity3_ID__c)), 
NOT(ISBLANK(Related_Opportunity4_ID__c)), 
NOT(ISBLANK(Related_Opportunity5_ID__c))), 
&quot;是&quot;,&quot;否&quot;)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>是否跟进询价</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>