Li Jun
2022-05-11 b776940205e893302f77d24c4285613f228b44c6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Contract_period_report__c</fullName>
    <externalId>false</externalId>
    <formula>Case(text(Status__c),
&quot;引合中&quot;,&quot;询价中 (&quot;&amp;text(Contract_Start_Date__c) &amp;&quot; ~ &quot; &amp; text(Contract_End_Date__c)&amp;&quot;)&quot;,
&quot;契約&quot;,&quot;合同中 (&quot;&amp;text(Contract_Start_Date__c) &amp;&quot; ~ &quot; &amp; text(Contract_End_Date__c)&amp;&quot;)&quot;,
&quot;未契約&quot;,&quot;未合同 (&quot;&amp;text(Contract_Start_Date__c) &amp;&quot; ~ &quot; &amp; text(Contract_End_Date__c)&amp;&quot;)&quot;,
&quot;契約満了&quot;,&quot;合同结束 (&quot;&amp;text(Contract_Start_Date__c) &amp;&quot; ~ &quot; &amp; text(Contract_End_Date__c)&amp;&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>