涂煌豪
2022-05-17 c406cfcd9ce37fd43711bb12b3dae2b3bd120c49
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Grade__c</fullName>
    <externalId>false</externalId>
    <formula>CASE(Opportunity__r.Grade__c, 
&quot;三级甲&quot;, &quot;01.三级甲&quot;, 
&quot;三级乙&quot;, &quot;02.三级乙&quot;, 
&quot;三级丙&quot;, &quot;03.三级丙&quot;, 
&quot;三级&quot;, &quot;04.三级&quot;, 
&quot;二级甲&quot;, &quot;05.二级甲&quot;, 
&quot;二级乙&quot;, &quot;06.二级乙&quot;, 
&quot;二级丙&quot;, &quot;07.二级丙&quot;, 
&quot;二级&quot;, &quot;08.二级&quot;, 
&quot;一级甲&quot;, &quot;09.一级甲&quot;, 
&quot;一级乙&quot;, &quot;10.一级乙&quot;, 
&quot;一级丙&quot;, &quot;11.一级丙&quot;, 
&quot;一级&quot;, &quot;12.一级&quot;, 
&quot;一般&quot;, &quot;98.一般&quot;, 
&quot;99.无&quot;)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>政府等级</label>
    <required>false</required>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>