binxie
2024-01-17 92d30efcdebfc59500385e018d597a6b6a946075
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>Status_formula__c</fullName>
    <externalId>false</externalId>
    <formula>case(text(Status),
&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;回答完成&amp;确认&quot;,&quot;已完毕&quot;,
&quot;跟进中&quot;)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>状态(公式)</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>