Li Jun
2022-04-27 24fda5246494953a232b37547fb50bde77bd9886
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>Owner_Ismatch__c</fullName>
    <externalId>false</externalId>
    <formula>IF(Reporter__c = OwnerId, &quot;1&quot;, Reporter__c + &quot;,&quot; + OwnerId)</formula>
    <label>Owner_Ismatch</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>