高章伟
2022-03-10 8db20630a2675ca14e03ccdee91c614397b5c964
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Real_Province__c</fullName>
    <externalId>false</externalId>
    <formula>CASE(Text(Province__c),
&quot;大连市&quot;, &quot;辽宁省&quot;,
&quot;深圳&quot;, &quot;广东省&quot;,
&quot;宁夏自治区&quot;, &quot;宁夏回族自治区&quot;,
&quot;新疆自治区&quot;, &quot;新疆维吾尔自治区&quot;,
&quot;黑龙江省&quot;, &quot;黑龙江&quot;,
&quot;内蒙古&quot;, &quot;内蒙古自治区&quot;,    
Text(Province__c))</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>自然省</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>