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
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Plan_to_update__c</fullName>
    <externalId>false</externalId>
    <formula>IF(Next_Year__c=&quot;-&quot;,&quot;1【明年】&quot;,
IF(Later_2_Years__c=&quot;-&quot;,&quot;2【2年后】&quot;,
IF(Later_3_Years__c=&quot;-&quot;,&quot;3【3年后】&quot;,
IF(Later_4_Years__c=&quot;-&quot;,&quot;4【4年后】&quot;,
IF(Later_5_Years__c=&quot;-&quot;,&quot;5【5年后】&quot;,&quot;6【超过5年后】&quot;)
)
)
)
)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>预计设备报废数量(单年) -参考值-</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <type>Text</type>
    <unique>false</unique>
</CustomField>