binxie
2024-01-22 102afa21c115e8c8b9333a326c3d1af08fe76faf
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>SpecialAsset_SP_Count__c</fullName>
    <description>SP 主机台数(3D:190:180:S190:S7Pro:S7:其他:对手)</description>
    <externalId>false</externalId>
    <formula>IF(D3_System_Count_formula__c = 0,&quot;0&quot;,text(D3_System_Count_formula__c)) &amp;&quot; : &quot; &amp; 
IF(CV_190_Count_formula__c = 0,&quot;0&quot;,text(CV_190_Count_formula__c)) &amp;&quot; : &quot; &amp; 
IF(CV_180_Count_formula__c = 0 ,&quot;0&quot;,text(CV_180_Count_formula__c)) &amp;&quot; : &quot; &amp; 
IF(OTV_S190_Count_formula__c = 0 ,&quot;0&quot;,text(OTV_S190_Count_formula__c))&amp;&quot; : &quot; &amp; 
IF(OTV_S7Pro_Count_formula__c = 0 ,&quot;0&quot;,text(OTV_S7Pro_Count_formula__c))&amp;&quot; : &quot; &amp; 
IF(OTV_S7_Count_formula__c = 0 ,&quot;0&quot;,text(OTV_S7_Count_formula__c))&amp;&quot; : &quot; &amp; 
IF(OTV_Other_Count_formula__c = 0 ,&quot;0&quot;,text(OTV_Other_Count_formula__c))&amp;&quot; : &quot; &amp; 
IF(Competitor_Count_SP_formula__c = 0 ,&quot;0&quot;,text(Competitor_Count_SP_formula__c))</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>#SP 主机台数(3D:190:180:S190:S7Pro:S7:其他:对手)</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <type>Text</type>
    <unique>false</unique>
</CustomField>