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_Contact_Overview__c</fullName>
    <externalId>false</externalId>
    <formula>IF(ISBLANK( Visitor1_ID__c ), &quot;&quot;, &quot;1&quot;) &amp; IF(ISBLANK( Visitor2_ID__c ), &quot;&quot;, &quot;2&quot;) &amp; IF(ISBLANK( Visitor3_ID__c ), &quot;&quot;, &quot;3&quot;)  &amp; IF(ISBLANK( Visitor4_ID__c ), &quot;&quot;, &quot;4&quot;) &amp; IF(ISBLANK( Visitor5_ID__c ), &quot;&quot;, &quot;5&quot;)</formula>
    <label>Related_Contact_Overview</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>