Li Jun
2022-04-13 5c01ebbfddb6b8674430b47c22977bea2e350084
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Related_Opportunity_Overview__c</fullName>
    <externalId>false</externalId>
    <formula>IF(ISBLANK( Related_Opportunity1_ID__c ), &quot;&quot;, &quot;1&quot;) &amp; IF(ISBLANK( Related_Opportunity2_ID__c ), &quot;&quot;, &quot;2&quot;) &amp; IF(ISBLANK( Related_Opportunity3_ID__c ), &quot;&quot;, &quot;3&quot;) &amp; IF(ISBLANK( Related_Opportunity4_ID__c ), &quot;&quot;, &quot;4&quot;) &amp; IF(ISBLANK( Related_Opportunity5_ID__c ), &quot;&quot;, &quot;5&quot;)</formula>
    <label>Related_Opportunity_Overview</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>