binxie
2024-01-16 4d3febe8045eb0fa0283af3c53b0c48344b8664d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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;,
&quot;青岛市&quot;,&quot;山东省&quot;,  /*20230407 lt add*/
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>